import { FC } from 'react'; import { ProDrawerFormType } from '../../propsType'; /** * 抽屉组件 */ declare const ProDrawer: FC; export default ProDrawer;