import { TextFieldProps } from './TextField.types'; export declare const getClassNames: (props: TextFieldProps) => string;