import Service from './Service'; import DForm from './DForm'; import Form from './Form'; import Page from './Page'; import Description from './Description'; import Table from './Table'; import DataSource from './DataSource'; import DynamicTable from './DynamicTable'; export * as ServiceUtils from './utils/service'; declare const _default: { Service: typeof Service; DForm: typeof DForm; Form: typeof Form; Page: typeof Page; Description: typeof Description; Table: typeof Table; DataSource: typeof DataSource; DynamicTable: typeof DynamicTable; }; export default _default;