import { CustomElementStateMetadata } from "../../../custom-element/interfaces"; import Tool from "../Tool"; export declare const dropChanged = "dropChanged"; export default class DropTool extends Tool { constructor(); static get state(): Record; iconName: () => "chevron-down" | "chevron-up"; hideContent(): void; updateShowing(showing: boolean): void; click: () => void; } //# sourceMappingURL=DropTool.d.ts.map