/// import { IconProps } from '../../types'; declare const TextField: (allProps: IconProps) => JSX.Element; export default TextField;