import { InputBoxFilled } from 'tvu-react-pilot'
const Surface = ({ children }: any) => (
{children}
)
export const Placeholder = () => (
)
export const Filled = () => (
)
export const Sizes = () => (
)
export const Error = () => (
)
export const Disabled = () => (
)