import type { MjoTextNowrapTag } from "./types/mjo-text-nowrap"; import { LitElement } from "lit"; import { type IThemeMixin } from "./mixins/theme-mixin.js"; declare const MjoTextNowrap_base: import("./types/mixins").MixinConstructor & typeof LitElement; export declare class MjoTextNowrap extends MjoTextNowrap_base implements IThemeMixin { tag: MjoTextNowrapTag; ariaLabel: string | null; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjo-text-nowrap": MjoTextNowrap; } } export {}; //# sourceMappingURL=mjo-text-nowrap.d.ts.map