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