import { BaseTextareaProps, UseTextareaRootSlotProps, UseTextareaSlotProps } from './use-textarea.type'; import { ObjectType } from '../../common/type'; declare const useTextarea: (props: BaseTextareaProps) => { focused: boolean; disabled: boolean | undefined; getRootProps: (externalProps?: TOther) => UseTextareaRootSlotProps; getTextAreaProps: (externalProps?: TOther_1) => UseTextareaSlotProps; }; export default useTextarea; //# sourceMappingURL=use-textarea.d.ts.map