import type { IShape } from "@thi.ng/geom";
import type { IMGUI } from "../gui.js";
export declare const hoverButton: (gui: IMGUI, id: string, shape: IShape, info?: string) => boolean;
export declare const handleButtonKeys: (gui: IMGUI) => true | undefined;
//# sourceMappingURL=button.d.ts.map