import type { FC } from 'react'; import type { BasicInputProps } from './BasicInput'; export type TextInputProps = Omit, 'type'>; export declare const TextInput: FC;