import { LitElement } from "lit"; import { IThemeMixin } from "../../mixins/theme-mixin.js"; declare const MjoOption_base: import("../../types/mixins.js").MixinConstructor & typeof LitElement; export declare class MjoOption extends MjoOption_base implements IThemeMixin { #private; value: string; text: string; color: "primary" | "secondary"; selected: boolean; preSelected: boolean; startIcon: string; endIcon: string; startImage: string; endImage: string; handleClick?: (value: string) => void; render(): import("lit-html").TemplateResult<1>; connectedCallback(): void; get id(): string; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjo-option": MjoOption; } } export {}; //# sourceMappingURL=mjo-option.d.ts.map