import { LitElement } from "lit"; import "../../mjo-text-nowrap.js"; export declare class MjointInputLabel extends LitElement { focused: boolean; error: boolean; label?: string; color: "primary" | "secondary"; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjoint-input-label": MjointInputLabel; } } //# sourceMappingURL=mjoint-input-label.d.ts.map