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