import React from 'react'; import type { CollectionFieldsSourceState } from '../../state/CollectionFieldsSourceState'; /** * Renders the field-management modals (add/edit, archive, delete) for any source. * The source supplies the modal states on CollectionFieldsSourceState; the modals * themselves are the same platform components regardless of which source is behind * them. */ declare function _FieldManagementModals({ source, }: { source: CollectionFieldsSourceState; }): React.JSX.Element; export declare const FieldManagementModals: typeof _FieldManagementModals & { displayName: string; }; export {}; //# sourceMappingURL=FieldManagementModals.d.ts.map