import type { ITextareaComponentType } from './types';
export declare function createTextArea<Root, Input>({ Root, Input, }: {
    Root: React.ComponentType<Root>;
    Input: React.ComponentType<Input>;
}): ITextareaComponentType<Root, Input>;
export declare function createTextarea<Root, Input>({ Root, Input, }: {
    Root: React.ComponentType<Root>;
    Input: React.ComponentType<Input>;
}): ITextareaComponentType<Root, Input>;
//# sourceMappingURL=index.d.ts.map