export type IProps = Omit; declare const Textinput: (props: IProps) => import("react/jsx-runtime").JSX.Element; export default Textinput;