import { LuzmoElement } from '../../utils/base'; export declare class LuzmoLabel extends LuzmoElement { static styles: import("lit").CSSResult; label: string; tooltip: string; render(): import("lit-html").TemplateResult<1>; }