declare const _default: import("vue").DefineComponent<{}, {
    code: string | number | boolean | Record<string, any> | unknown[];
    label: string;
    lang: string;
    disableHtmlTransform: boolean;
    active: boolean;
    $props: {
        readonly code?: string | number | boolean | Record<string, any> | unknown[] | undefined;
        readonly label?: string | undefined;
        readonly lang?: string | undefined;
        readonly disableHtmlTransform?: boolean | undefined;
        readonly active?: boolean | undefined;
    };
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
