import { BaseTool } from '@blocksuite/std/gfx'; /** * Empty tool that does nothing. */ export declare class EmptyTool extends BaseTool { static toolName: string; } //# sourceMappingURL=empty-tool.d.ts.map