/** * BottomBar * Bottom toolbar with transform tools and spawn tools * Tools work as selection - clicking in viewport performs the selected action */ import type { SpawnTool } from '../../editor/EditorState'; /** * Get the archetype to spawn for a given spawn tool */ export declare function getSpawnToolArchetype(tool: SpawnTool): string | null; export declare function BottomBar(): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BottomBar.d.ts.map