declare const _sfc_main: import("vue").DefineComponent<{ htmlFor: { type: StringConstructor; required: false; }; label: { type: StringConstructor; required: true; }; required: { type: BooleanConstructor; default: boolean; }; error: { type: StringConstructor; required: false; }; }, { __sfc: boolean; props: Readonly>>; fromGroup: { labelWidth: Readonly>; setLabelWidth: (value: string) => void; labelColor: Readonly>; setLabelColor: (value: import("@wizleap-inc/wiz-ui-constants").ColorKeys) => void; labelFontSize: Readonly>; setLabelFontSize: (value: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6") => void; } | undefined; labelWidth: import("vue").ComputedRef; labelColor: import("vue").ComputedRef; labelFontSize: import("vue").ComputedRef<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; provider: { isError: Readonly>; setIsError: (value: boolean) => void; }; setIsError: (value: boolean) => void; THEME: { readonly color: { gradient: string; transparent: string; green: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; blue: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; red: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; yellow: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; gray: { "200": string; "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; "900": string; }; white: { "500": string; "800": string; }; }; readonly spacing: { readonly no: "0"; readonly xs2: "0.25rem"; readonly xs: "0.5rem"; readonly sm: "0.75rem"; readonly md: "1rem"; readonly lg: "1.25rem"; readonly xl: "1.5rem"; readonly xl2: "2rem"; readonly xl3: "2.5rem"; readonly xl4: "3rem"; readonly max: "9999px"; readonly at: "auto"; }; readonly fontSize: { readonly xs3: "0.5rem"; readonly xs2: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly xl2: "1.5rem"; readonly xl3: "1.75rem"; readonly xl4: "2rem"; readonly xl5: "2.25rem"; readonly xl6: "2.5rem"; }; readonly fontWeight: { readonly thin: 100; readonly extralight: 200; readonly light: 300; readonly normal: 400; readonly medium: 500; readonly semibold: 600; readonly bold: 700; }; readonly breakpoint: { readonly sm: "576px"; readonly md: "768px"; readonly lg: "992px"; readonly xl: "1200px"; }; readonly shadow: { none: string; sm: string; md: string; }; readonly zIndex: { readonly base: "0"; readonly floating: "1000"; readonly dialog: "2000"; readonly popover: "3000"; readonly overlay: "4000"; }; readonly share: { HEADER_HEIGHT: string; }; }; WizTag: import("vue").DefineComponent<{ label: { type: StringConstructor; required: true; }; icon: { type: import("vue").PropType; required: false; }; variant: { type: import("vue").PropType<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill">; required: false; default: string; }; fontSize: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; fontWeight: { type: import("vue").PropType<"bold" | "normal" | "medium" | "thin" | "light" | "extralight" | "semibold">; required: false; default: string; }; round: { type: BooleanConstructor; required: false; default: boolean; }; width: { type: StringConstructor; required: false; }; }, { __sfc: boolean; THEME: { readonly color: { gradient: string; transparent: string; green: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; blue: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; red: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; yellow: { "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; }; gray: { "200": string; "300": string; "400": string; "500": string; "600": string; "700": string; "800": string; "900": string; }; white: { "500": string; "800": string; }; }; readonly spacing: { readonly no: "0"; readonly xs2: "0.25rem"; readonly xs: "0.5rem"; readonly sm: "0.75rem"; readonly md: "1rem"; readonly lg: "1.25rem"; readonly xl: "1.5rem"; readonly xl2: "2rem"; readonly xl3: "2.5rem"; readonly xl4: "3rem"; readonly max: "9999px"; readonly at: "auto"; }; readonly fontSize: { readonly xs3: "0.5rem"; readonly xs2: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly xl2: "1.5rem"; readonly xl3: "1.75rem"; readonly xl4: "2rem"; readonly xl5: "2.25rem"; readonly xl6: "2.5rem"; }; readonly fontWeight: { readonly thin: 100; readonly extralight: 200; readonly light: 300; readonly normal: 400; readonly medium: 500; readonly semibold: 600; readonly bold: 700; }; readonly breakpoint: { readonly sm: "576px"; readonly md: "768px"; readonly lg: "992px"; readonly xl: "1200px"; }; readonly shadow: { none: string; sm: string; md: string; }; readonly zIndex: { readonly base: "0"; readonly floating: "1000"; readonly dialog: "2000"; readonly popover: "3000"; readonly overlay: "4000"; }; readonly share: { HEADER_HEIGHT: string; }; }; tagColorStyle: Record<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill", string>; tagIconColorStyle: Record; tagStyle: string; fontSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; fontWeightStyle: Record<"bold" | "normal" | "medium" | "thin" | "light" | "extralight" | "semibold", string>; WizIcon: import("vue").DefineComponent<{ icon: { type: import("vue").PropType; required: true; }; color: { type: import("vue").PropType; required: false; default: string; }; size: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; }, { __sfc: boolean; iconStyle: string; iconSizeStyle: Record<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6", string>; iconDefaultStyle: string; fillStyle: 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: true; }; color: { type: import("vue").PropType; required: false; default: string; }; size: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; }>>, { color: import("@wizleap-inc/wiz-ui-constants").ColorKeys | "inherit"; size: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6"; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; variant: { type: import("vue").PropType<"green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill">; required: false; default: string; }; fontSize: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; fontWeight: { type: import("vue").PropType<"bold" | "normal" | "medium" | "thin" | "light" | "extralight" | "semibold">; required: false; default: string; }; round: { type: BooleanConstructor; required: false; default: boolean; }; width: { type: StringConstructor; required: false; }; }>>, { fontSize: "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6"; fontWeight: "bold" | "normal" | "medium" | "thin" | "light" | "extralight" | "semibold"; round: boolean; variant: "green" | "blue" | "red" | "yellow" | "gray" | "white" | "info" | "mono" | "darkGray" | "greenFill"; }>; WizText: import("vue").DefineComponent<{ as: { type: import("vue").PropType<"p" | "span" | "label">; required: false; default: string; }; htmlFor: { type: StringConstructor; required: false; }; color: { type: import("vue").PropType; required: false; default: string; }; fontSize: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; lineHeight: { type: import("vue").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: import("vue").PropType<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces">; required: false; default: string; }; dummyValue: { type: StringConstructor; required: false; }; breakAll: { type: BooleanConstructor; required: false; }; textAlign: { type: import("vue").PropType<"left" | "right" | "center" | "end" | "start">; required: false; default: string; }; lineThrough: { type: BooleanConstructor; required: false; default: boolean; }; display: { type: import("vue").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: import("vue").PropType; required: false; default: string; }; fontSize: { type: import("vue").PropType<"xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "xs3" | "xl5" | "xl6">; required: false; default: string; }; lineHeight: { type: import("vue").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: import("vue").PropType<"normal" | "nowrap" | "pre" | "preLine" | "preWrap" | "breakSpaces">; required: false; default: string; }; dummyValue: { type: StringConstructor; required: false; }; breakAll: { type: BooleanConstructor; required: false; }; textAlign: { type: import("vue").PropType<"left" | "right" | "center" | "end" | "start">; required: false; default: string; }; lineThrough: { type: BooleanConstructor; required: false; default: boolean; }; display: { type: import("vue").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; }>; WizHStack: import("vue").DefineComponent<{ align: { type: import("vue").PropType<"stretch" | "center" | "end" | "start">; required: false; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; }; wrap: { type: BooleanConstructor; required: false; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; overflow: { type: StringConstructor; required: false; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }, { __sfc: boolean; WizStack: import("vue").DefineComponent<{ direction: { type: import("vue").PropType<"horizontal" | "vertical">; required: false; default: string; }; align: { type: import("vue").PropType<"stretch" | "center" | "end" | "start">; required: false; default: string; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; default: string; }; wrap: { type: BooleanConstructor; required: false; default: boolean; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; overflow: { type: StringConstructor; required: false; default: string; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }, { __sfc: boolean; props: Readonly>>; computedDirection: import("vue").ComputedRef<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse">; stackStyle: string; stackDirectionStyle: Record<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse", string>; stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>; stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>; stackWrapStyle: string; stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "static" | "sticky", string>; gapStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; gapXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; gapYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; align: { type: import("vue").PropType<"stretch" | "center" | "end" | "start">; required: false; default: string; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; default: string; }; wrap: { type: BooleanConstructor; required: false; default: boolean; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; overflow: { type: StringConstructor; required: false; default: string; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }>>, { reverse: boolean; width: string; direction: "horizontal" | "vertical"; height: string; overflow: string; wrap: boolean; justify: "center" | "end" | "start" | "between" | "around" | "evenly"; align: "stretch" | "center" | "end" | "start"; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; }; wrap: { type: BooleanConstructor; required: false; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; overflow: { type: StringConstructor; required: false; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }>>, { reverse: boolean; wrap: boolean; }>; WizVStack: import("vue").DefineComponent<{ align: { type: import("vue").PropType<"stretch" | "center" | "end" | "start">; required: false; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; }; wrap: { type: BooleanConstructor; required: false; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; overflow: { type: StringConstructor; required: false; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }, { __sfc: boolean; WizStack: import("vue").DefineComponent<{ direction: { type: import("vue").PropType<"horizontal" | "vertical">; required: false; default: string; }; align: { type: import("vue").PropType<"stretch" | "center" | "end" | "start">; required: false; default: string; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; default: string; }; wrap: { type: BooleanConstructor; required: false; default: boolean; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; overflow: { type: StringConstructor; required: false; default: string; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }, { __sfc: boolean; props: Readonly>>; computedDirection: import("vue").ComputedRef<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse">; stackStyle: string; stackDirectionStyle: Record<"horizontal" | "vertical" | "horizontalReverse" | "verticalReverse", string>; stackJustifyStyle: Record<"center" | "end" | "start" | "between" | "around" | "evenly", string>; stackAlignStyle: Record<"stretch" | "center" | "end" | "start", string>; stackWrapStyle: string; stackPositionStyle: Record<"fixed" | "absolute" | "relative" | "static" | "sticky", string>; gapStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; gapXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; gapYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; marginLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingXStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingYStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingTopStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingRightStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingBottomStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; paddingLeftStyle: Record<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max", string>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; default: string; }; align: { type: import("vue").PropType<"stretch" | "center" | "end" | "start">; required: false; default: string; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; default: string; }; wrap: { type: BooleanConstructor; required: false; default: boolean; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; default: string; }; height: { type: StringConstructor; required: false; default: string; }; overflow: { type: StringConstructor; required: false; default: string; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }>>, { reverse: boolean; width: string; direction: "horizontal" | "vertical"; height: string; overflow: string; wrap: boolean; justify: "center" | "end" | "start" | "between" | "around" | "evenly"; align: "stretch" | "center" | "end" | "start"; }>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; justify: { type: import("vue").PropType<"center" | "end" | "start" | "between" | "around" | "evenly">; required: false; }; wrap: { type: BooleanConstructor; required: false; }; gap: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; gy: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; p: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; pl: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; px: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; py: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; m: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mt: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mr: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mb: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; ml: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; mx: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; my: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; width: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; overflow: { type: StringConstructor; required: false; }; reverse: { type: BooleanConstructor; required: false; }; position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; }>>, { reverse: boolean; wrap: boolean; }>; WizBox: import("vue").DefineComponent<{ position: { type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">; required: false; }; top: { type: StringConstructor; required: false; }; right: { type: StringConstructor; required: false; }; left: { type: StringConstructor; required: false; }; bottom: { type: StringConstructor; required: false; }; width: { type: StringConstructor; required: false; }; minWidth: { type: StringConstructor; required: false; }; maxWidth: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; minHeight: { type: StringConstructor; required: false; }; maxHeight: { type: StringConstructor; required: false; }; round: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundT: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundL: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundR: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundB: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; zIndex: { type: import("vue").PropType<"overlay" | "base" | "floating" | "dialog" | "popover">; required: false; }; bgColor: { type: import("vue").PropType; required: false; }; shadow: { type: import("vue").PropType<"none" | "sm" | "md">; required: false; }; dropShadow: { type: import("vue").PropType<"none" | "sm" | "md">; required: false; }; overflow: { type: import("vue").PropType<"auto" | "hidden" | "visible" | "scroll">; required: false; }; overflowX: { type: import("vue").PropType<"auto" | "hidden" | "visible" | "scroll">; required: false; }; overflowY: { type: import("vue").PropType<"auto" | "hidden" | "visible" | "scroll">; required: false; }; cursor: { type: import("vue").PropType<"default" | "pointer">; required: false; }; pointerEvents: { type: import("vue").PropType<"none" | "auto">; required: false; }; transform: { type: StringConstructor; required: false; }; transition: { type: StringConstructor; required: false; }; opacity: { type: NumberConstructor; required: false; }; snapScroll: { type: import("vue").PropType<"none" | "both" | "block" | "inline" | "x" | "y">; required: false; }; backdropBlur: { type: import("vue").PropType<"no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; }, { __sfc: boolean; props: Readonly>>; computedStyle: import("vue").ComputedRef; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; required: false; }; top: { type: StringConstructor; required: false; }; right: { type: StringConstructor; required: false; }; left: { type: StringConstructor; required: false; }; bottom: { type: StringConstructor; required: false; }; width: { type: StringConstructor; required: false; }; minWidth: { type: StringConstructor; required: false; }; maxWidth: { type: StringConstructor; required: false; }; height: { type: StringConstructor; required: false; }; minHeight: { type: StringConstructor; required: false; }; maxHeight: { type: StringConstructor; required: false; }; round: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundT: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundL: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundR: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; roundB: { type: import("vue").PropType<"at" | "no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; zIndex: { type: import("vue").PropType<"overlay" | "base" | "floating" | "dialog" | "popover">; required: false; }; bgColor: { type: import("vue").PropType; required: false; }; shadow: { type: import("vue").PropType<"none" | "sm" | "md">; required: false; }; dropShadow: { type: import("vue").PropType<"none" | "sm" | "md">; required: false; }; overflow: { type: import("vue").PropType<"auto" | "hidden" | "visible" | "scroll">; required: false; }; overflowX: { type: import("vue").PropType<"auto" | "hidden" | "visible" | "scroll">; required: false; }; overflowY: { type: import("vue").PropType<"auto" | "hidden" | "visible" | "scroll">; required: false; }; cursor: { type: import("vue").PropType<"default" | "pointer">; required: false; }; pointerEvents: { type: import("vue").PropType<"none" | "auto">; required: false; }; transform: { type: StringConstructor; required: false; }; transition: { type: StringConstructor; required: false; }; opacity: { type: NumberConstructor; required: false; }; snapScroll: { type: import("vue").PropType<"none" | "both" | "block" | "inline" | "x" | "y">; required: false; }; backdropBlur: { type: import("vue").PropType<"no" | "xs2" | "xs" | "sm" | "md" | "lg" | "xl" | "xl2" | "xl3" | "xl4" | "max">; required: false; }; }>>, {}>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { required: boolean; }>; export default _sfc_main;