import GirafeHTMLElement from '../../base/GirafeHTMLElement';
export default class AlignNorthButtonMobile extends GirafeHTMLElement {
    template: () => import("uhtml").Hole;
    constructor();
    connectedCallback(): void;
    alignNorth(e: PointerEvent): void;
}
