import type { PMProTableProps } from './ProTable/types' import type { ProFormProps } from './ProForm/types' declare function ProTable(props: PMProTableProps): any declare function ProForm(props: ProFormProps): any