import { TextFieldProps } from './types'; export declare function styleTextField(props: TextFieldProps): { field: string[]; label: string[]; input: string[]; inputGroup: string[]; inputAdornment: string[]; inputWrapper: string[]; helperText: string[]; };