import { Theme } from '../../styles'; import { TextAreaClassProps } from './TextArea.type'; export declare const styles: (theme: Theme) => Record;