export type EntityViewScopeEditorProps = {
    scopeIds: string[];
    onChange: (scopeIds: string[]) => void;
    isProjectView?: boolean;
    disabled?: boolean;
};
export default function EntityViewScopeEditor(props: EntityViewScopeEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityViewScopeEditor.d.ts.map