import { type IGrantedWorkspace } from "../../types.js"; interface IGranularPermissionsProps { workspace: IGrantedWorkspace | undefined; onChange: (workspace: IGrantedWorkspace) => void; areFilterViewsEnabled: boolean; showRedundancyWarningMessage: boolean; } export declare function GranularPermissions({ workspace, areFilterViewsEnabled, onChange, showRedundancyWarningMessage }: IGranularPermissionsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GranularPermissions.d.ts.map