import { FC } from 'react';
import { FRProps } from '../type';
import './index.less';
declare const FormCore: FC<FRProps>;
export default FormCore;
