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