import type { BimToolProps, ToolbarToolProps } from '@collabdt/plugin-kit/types/bim'; /** * Three things worth one click. Renaming and colouring live in the sidebar tab: this panel is * a dropdown that closes on the next click. The viewer arrives as props, as the host intends. */ export declare function SpacesTool({ modelIds, isolate, setItemsVisible, showAll, fitToSelection, select, }: ToolbarToolProps & BimToolProps): import("react").JSX.Element; //# sourceMappingURL=SpacesTool.d.ts.map