import { CustomElementPropertyMetadata, CustomElementStateMetadata } from "../../../custom-element/interfaces"; import Tool from "../Tool"; export declare const sorterChanged = "sorterChanged"; export default class SorterTool extends Tool { static get properties(): Record; static get state(): Record; iconName: () => "arrow-down-up" | "arrow-up" | "arrow-down"; click: () => void; } //# sourceMappingURL=SorterTool.d.ts.map