import { ColorKeys } from "@wizleap-inc/wiz-ui-constants"; import { PropType } from "vue"; type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6; declare const _sfc_main: import("vue").DefineComponent<{ level: { type: PropType; required: false; default: number; }; color: { type: PropType; required: false; }; fontSize: { type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; }; }, { __sfc: boolean; DEFAULT_FONT_SIZE: Record; DEFAULT_COLOR: Record; props: Readonly>>; computedFontSize: import("vue").ComputedRef<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; computedColor: import("vue").ComputedRef; headingHTML: import("vue").ComputedRef; headingStyle: string; colorStyle: Record; fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: number; }; color: { type: PropType; required: false; }; fontSize: { type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; }; }>>, { level: HeadingLevel; }>; export default _sfc_main;