import { type IGrantedWorkspace, type WorkspacePermissionSubject } from "../../types.js"; interface IGranularGranteeUserGroupItemProps { workspace: IGrantedWorkspace; subjectType: WorkspacePermissionSubject; onChange: (grantee: IGrantedWorkspace) => void; onDelete: (grantee: IGrantedWorkspace) => void; areFilterViewsEnabled: boolean; } export declare function WorkspaceItem({ workspace, subjectType, onChange, onDelete, areFilterViewsEnabled }: IGranularGranteeUserGroupItemProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=WorkspaceItem.d.ts.map