export type EntityViewScopeEditorModalProps = {
    entityId: string;
    onUpdate: () => void;
    onCancel: () => void;
    open: boolean;
};
export default function EntityViewScopeEditorModal(props: EntityViewScopeEditorModalProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityViewScopeEditorModal.d.ts.map