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