import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { TextFieldProps } from './types'; export declare const TextField: FC & WithStyle;