import { PropType } from "vue"; import type { ProgressItem } from "./types"; declare const _sfc_main: import("vue").DefineComponent<{ contents: { type: PropType; required: true; }; }, { __sfc: boolean; progressBarStyle: string; progressBarItemStyle: Record<"default" | "first", string>; progressBarItemLabelStyle: string; progressBarItemAnnotationStyle: string; progressBarPointWrapperStyle: string; WizText: import("vue").DefineComponent<{ as: { type: PropType<"p" | "span" | "label">; required: false; default: string; }; htmlFor: { type: StringConstructor; required: false; }; color: { type: PropType; required: false; default: string; }; fontSize: { type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; lineHeight: { type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; }; bold: { type: BooleanConstructor; required: false; }; maxLines: { type: NumberConstructor; required: false; }; whiteSpace: { type: PropType<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces">; required: false; default: string; }; dummyValue: { type: StringConstructor; required: false; }; breakAll: { type: BooleanConstructor; required: false; }; textAlign: { type: PropType<"left" | "right" | "center" | "end" | "start">; required: false; default: string; }; lineThrough: { type: BooleanConstructor; required: false; default: boolean; }; display: { type: PropType<"inline" | "inline-block" | "inline-flex">; required: false; }; }, { __sfc: boolean; props: Readonly>>; overflowStyles: import("vue").ComputedRef<{ overflow?: undefined; display?: undefined; webkitBoxOrient?: undefined; WebkitLineClamp?: undefined; } | { overflow: string; display: string; webkitBoxOrient: string; WebkitLineClamp: number; }>; textStyle: string; textDummyStyle: string; textDefaultLineHeightStyle: string; textFontWeightStyle: Record<"bold" | "default", string>; textWordBreakStyle: string; textAlignStyle: Record<"left" | "right" | "center" | "end" | "start", string>; textLineThroughStyle: string; textDisplayStyle: Record<"inline" | "inline-block" | "inline-flex", string>; lineHeightStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; colorStyle: Record; whiteSpaceStyle: Record<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; htmlFor: { type: StringConstructor; required: false; }; color: { type: PropType; required: false; default: string; }; fontSize: { type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; lineHeight: { type: PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; }; bold: { type: BooleanConstructor; required: false; }; maxLines: { type: NumberConstructor; required: false; }; whiteSpace: { type: PropType<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces">; required: false; default: string; }; dummyValue: { type: StringConstructor; required: false; }; breakAll: { type: BooleanConstructor; required: false; }; textAlign: { type: PropType<"left" | "right" | "center" | "end" | "start">; required: false; default: string; }; lineThrough: { type: BooleanConstructor; required: false; default: boolean; }; display: { type: PropType<"inline" | "inline-block" | "inline-flex">; required: false; }; }>>, { bold: boolean; color: import("@wizleap-inc/wiz-ui-constants").ColorKeys; fontSize: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6"; textAlign: "left" | "right" | "center" | "end" | "start"; whiteSpace: "normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces"; as: "p" | "span" | "label"; breakAll: boolean; lineThrough: boolean; }>; WizTooltip: import("vue").DefineComponent<{ direction: { type: PropType<"bottom" | "left" | "right" | "top">; required: false; default: string; }; isOpen: { type: BooleanConstructor; required: false; default: boolean; }; expand: { type: BooleanConstructor; required: false; default: boolean; }; isDirectionFixed: { type: BooleanConstructor; required: false; default: boolean; }; }, { __sfc: boolean; props: Readonly>>; isHover: import("vue").Ref; actuallyDirection: import("vue").Ref<"bottom" | "left" | "right" | "top">; computedDirection: import("vue").ComputedRef<"tc" | "bc" | "lc" | "rc">; turnPopup: (direction: string) => void; tooltipStyle: string; tooltipContentStyle: string; tooltipIconStyle: string; tooltipIconDirectionStyle: Record<"bottom" | "left" | "right" | "top", string>; tooltipPositionStyle: Record<"bottom" | "left" | "right" | "top", string>; tooltipPopupStyle: string; WizIChangeHistory: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; WizPopup: import("vue").DefineComponent<{ isOpen: { type: BooleanConstructor; required: true; }; closeOnBlur: { type: BooleanConstructor; required: false; default: boolean; }; layer: { type: PropType<"overlay" | "base" | "floating" | "popover">; required: false; default: string; }; gap: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; default: string; }; direction: { type: PropType<"tc" | "bc" | "lc" | "rc" | "tl" | "tr" | "bl" | "br" | "rt" | "rb" | "lt" | "lb">; required: false; default: string; }; shadow: { type: BooleanConstructor; required: false; default: boolean; }; animation: { type: BooleanConstructor; required: false; default: boolean; }; isDirectionFixed: { type: BooleanConstructor; required: false; default: boolean; }; }, { __sfc: boolean; props: Readonly>>; emit: { (event: "onClose", isOpen: boolean): void; (event: "onTurn", direction: "tc" | "bc" | "lc" | "rc" | "tl" | "tr" | "bl" | "br" | "rt" | "rb" | "lt" | "lb"): void; (event: "mouseLeave", e: MouseEvent): void; }; isActuallyOpen: import("vue").Ref; popupRef: import("vue").Ref; popupSize: { width: number; height: number; }; injected: { initialPxInfo: { top: number; left: number; right: number; bottom: number; width: number; height: number; }; bodyPxInfo: { readonly top: number; readonly left: number; readonly right: number; readonly bottom: number; readonly width: number; readonly height: number; }; updateBodyPxInfo: () => void; containerRef: import("vue").Ref; }; bodyPxInfo: { readonly top: number; readonly left: number; readonly right: number; readonly bottom: number; readonly width: number; readonly height: number; }; updateBodyPxInfo: () => void; containerRef: import("vue").Ref; togglePopup: () => boolean | undefined; existsFixedOrStickyParent: (el: HTMLElement | null) => HTMLElement | null; removeScrollHandler: null; onChangeIsOpen: (newValue: boolean) => void; observer: ResizeObserver; popupRect: import("vue").ComputedRef<{ width: number; height: number; left: number; top: number; right: number; bottom: number; }>; spaceBetweenPopupAndWindow: import("vue").ComputedRef<{ top: number; right: number; bottom: number; left: number; }>; isDirectionChar: (char: string) => char is "t" | "c" | "b" | "l" | "r"; directionToTuple: (direction: "tc" | "bc" | "lc" | "rc" | "tl" | "tr" | "bl" | "br" | "rt" | "rb" | "lt" | "lb") => ["t" | "c" | "b" | "l" | "r", "t" | "c" | "b" | "l" | "r"]; convertDirection: (char: "t" | "c" | "b" | "l" | "r") => "c" | "b" | "t" | "r" | "l"; computedDirection: import("vue").ComputedRef<"tc" | "bc" | "lc" | "rc" | "tl" | "tr" | "bl" | "br" | "rt" | "rb" | "lt" | "lb">; isFixed: import("vue").ComputedRef; inset: import("vue").ComputedRef; popupTranslate: import("vue").ComputedRef; mouseLeave: (e: MouseEvent) => void; popupFixedStyle: string; popupHiddenStyle: string; popupShadowStyle: string; popupStyle: string; zIndexStyle: Record<"overlay" | "base" | "floating" | "dialog" | "popover", string>; MountingPortal: import("vue").VueConstructor<{ append: string | boolean; bail: boolean; mountTo: string; disabled: boolean; name: string; order: number; slim: boolean; slotProps: any; tag: string; to: string; multiple: boolean; targetSlim: boolean; targetSlotProps: any; targetTag: string; transition: import("portal-vue/types/lib/types").PropWithComponent; } & import("vue").default, Record, never, never, (event: string, ...args: any[]) => import("vue").default, Record, never, never, any>> & { portalTarget: any; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, ("onClose" | "onTurn" | "mouseLeave")[], string, Readonly; required: false; default: string; }; gap: { type: PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; default: string; }; direction: { type: PropType<"tc" | "bc" | "lc" | "rc" | "tl" | "tr" | "bl" | "br" | "rt" | "rb" | "lt" | "lb">; required: false; default: string; }; shadow: { type: BooleanConstructor; required: false; default: boolean; }; animation: { type: BooleanConstructor; required: false; default: boolean; }; isDirectionFixed: { type: BooleanConstructor; required: false; default: boolean; }; }>>, { direction: "tc" | "bc" | "lc" | "rc" | "tl" | "tr" | "bl" | "br" | "rt" | "rb" | "lt" | "lb"; animation: boolean; gap: "at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max"; isDirectionFixed: boolean; closeOnBlur: boolean; layer: "overlay" | "base" | "floating" | "popover"; shadow: boolean; }>; WizPopupContainer: import("vue").DefineComponent<{ expand: { type: BooleanConstructor; required: false; }; }, { __sfc: boolean; popupContainerRef: import("vue").Ref; provider: { initialPxInfo: { top: number; left: number; right: number; bottom: number; width: number; height: number; }; bodyPxInfo: { readonly top: number; readonly left: number; readonly right: number; readonly bottom: number; readonly width: number; readonly height: number; }; updateBodyPxInfo: () => void; containerRef: import("vue").Ref; }; popupContainerStyle: Record<"default" | "expanded", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { expand: boolean; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; isOpen: { type: BooleanConstructor; required: false; default: boolean; }; expand: { type: BooleanConstructor; required: false; default: boolean; }; isDirectionFixed: { type: BooleanConstructor; required: false; default: boolean; }; }>>, { isOpen: boolean; direction: "bottom" | "left" | "right" | "top"; expand: boolean; isDirectionFixed: boolean; }>; WizProgressPoint: import("vue").DefineComponent<{ status: { type: PropType; required: true; }; value: { type: NumberConstructor; required: false; }; }, { __sfc: boolean; progressPointStyle: string; progressPointValueColorStyle: Record<"active" | "inactive", string>; progressPointValueStyle: string; progressPointVariantStyle: Record<"done" | "active" | "inactive" | "pending" | "dead", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: true; }; value: { type: NumberConstructor; required: false; }; }>>, {}>; WizProgressLine: import("vue").DefineComponent<{ active: { type: BooleanConstructor; required: false; }; isFirst: { type: BooleanConstructor; required: true; }; }, { __sfc: boolean; progressLineStyle: string; progressLineBackgroundStyle: Record<"active" | "inactive", string>; progressLineWidthStyle: Record<"default" | "first", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { active: boolean; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: true; }; }>>, {}>; export default _sfc_main;