import GirafeHTMLElement from '../../base/GirafeHTMLElement.js'; import IGirafePanel from '../../tools/state/igirafepanel.js'; declare class ContactComponent extends GirafeHTMLElement implements IGirafePanel { templateUrl: null; styleUrls: null; template: () => import("uhtml").Hole; isPanelVisible: boolean; panelTitle: string; panelTogglePath: string; shortUrl: string; constructor(); togglePanel(visible: boolean): void; private getCurrentStateUrl; sendMessage(): Promise; render(): void; protected connectedCallback(): void; } export default ContactComponent;