import { TemplateResult, CSSResult } from 'lit'; import GmfBaseElement from 'gmfapi/elements/BaseElement'; import { Configuration } from 'gmfapi/store/config'; export declare class gmfLidarFooter extends GmfBaseElement { private customCSS_; private open; connectedCallback(): void; initConfig(configuration: Configuration): void; static styles: CSSResult[]; render(): TemplateResult; /** * Reset the line and close the footer */ closePanel(): void; }