import { FC } from 'react';
import { TextLoadingProps } from '@e-group/material/TextLoading';
import { FieldProps } from 'formik';
export declare type TextLoadingFieldProps = FieldProps & TextLoadingProps;
declare const TextLoadingField: FC<TextLoadingFieldProps>;
export default TextLoadingField;
