import { CustomElements, TextareaProps } from './types'; export declare const useCustomElements: (props: TextareaProps) => CustomElements;