import GirafeHTMLElement from '../../base/GirafeHTMLElement.js';
export default class MenuMobileDrawingButton extends GirafeHTMLElement {
    protected templateUrl: string | null;
    protected styleUrls: string[] | null;
    template: () => import("uhtml").Hole;
    icon: string;
    label: string;
    constructor();
    onPointerUp(): void;
    protected connectedCallback(): void;
}
