/// import { CustomFieldOrigin, DataExtensionState } from '@wix/bex-core'; export interface ManageFieldsPopoverMenuProps { state: DataExtensionState; id: string; origin: CustomFieldOrigin; location: string; } declare function _ManageFieldsPopoverMenu({ state, id, origin, location, }: ManageFieldsPopoverMenuProps): JSX.Element; export declare const ManageFieldsPopoverMenu: typeof _ManageFieldsPopoverMenu & { displayName: string; }; export {}; //# sourceMappingURL=ManageFieldsPopoverMenu.d.ts.map