import type { FC } from 'react';
import type { FieldsSetModalProps } from '../../type';
declare const PreviewFieldsSetModal: FC<FieldsSetModalProps>;
export default PreviewFieldsSetModal;
