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