import { TextareaProps } from './interfaces'; export declare function getTextareaStyles(style: TextareaProps['style']): {} | undefined;