import { PropType, VNode, ComponentPublicInstance, VNodeChild } from 'vue'; declare const _default: import("vue").DefineComponent<{ renderMask: PropType<() => VNodeChild>; onClickoutside: PropType<(e: MouseEvent) => void>; onBeforeLeave: { type: FunctionConstructor; required: true; }; onAfterLeave: { type: FunctionConstructor; required: true; }; onPositiveClick: { type: FunctionConstructor; required: true; }; onNegativeClick: { type: FunctionConstructor; required: true; }; onClose: { type: FunctionConstructor; required: true; }; onAfterEnter: PropType<() => void>; onEsc: PropType<(e: KeyboardEvent) => void>; icon: PropType<() => VNodeChild>; type: { readonly type: PropType<"default" | "error" | "success" | "info" | "warning">; readonly default: "default"; }; title: PropType VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; bodyWidth: { readonly type: StringConstructor; readonly default: "300px"; }; negativeText: StringConstructor; neutralText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: PropType; neutralButtonProps: PropType; negativeButtonProps: PropType; content: PropType VNodeChild)>; action: PropType<() => VNodeChild>; btnGhost: { readonly type: BooleanConstructor; readonly default: false; }; showIcon: { readonly type: BooleanConstructor; readonly default: true; }; loading: { readonly type: PropType; readonly default: "none"; }; bordered: BooleanConstructor; iconPlacement: PropType; onNeutralClick: PropType<(e: MouseEvent) => void>; contentStyle: PropType; headerStyle: PropType; headerExtraStyle: PropType; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: { readonly type: PropType<"small" | "medium" | "large" | "huge">; readonly default: "medium"; }; headStyle: PropType<"block" | "divide">; hoverable: BooleanConstructor; float: BooleanConstructor; role: StringConstructor; tag: { readonly type: PropType; readonly default: "div"; }; show: { type: BooleanConstructor; required: true; }; preset: PropType<"dialog" | "confirm" | "card">; displayDirective: { type: PropType<"show" | "if">; required: true; }; trapFocus: { type: BooleanConstructor; default: boolean; }; autoFocus: { type: BooleanConstructor; default: boolean; }; blockScroll: BooleanConstructor; }, { mergedTheme: import("vue").Ref<{ common: { baseColor: string; ghostColor: string; primaryColor: string; primaryColorHover: string; primaryColorPressed: string; primaryGhostHoverColor: string; primaryGhostPressedColor: string; primaryColorSuppl: string; wInfoColor: string; wInfoIconBorderColor: string; wInfoIconBackgroundColor: string; infoColor: string; infoColorHover: string; infoColorPressed: string; infoGhostHoverColor: string; infoGhostPressedColor: string; infoColorSuppl: string; wSuccessColor: string; wSuccessIconBorderColor: string; wSuccessIconBackgroundColor: string; successColor: string; successColorHover: string; successColorPressed: string; successGhostHoverColor: string; successGhostPressedColor: string; successColorSuppl: string; wWarningColor: string; wWarningIconBorderColor: string; wWarningIconBackgroundColor: string; wWarningMsgBackgroundColor: string; warningColor: string; warningColorHover: string; warningColorPressed: string; warningGhostHoverColor: string; warningGhostPressedColor: string; warningColorSuppl: string; wErrorColor: string; wErrorIconBorderColor: string; wErrorIconBackgroundColor: string; errorColor: string; errorColorHover: string; errorColorPressed: string; errorGhostHoverColor: string; errorGhostPressedColor: string; errorColorSuppl: string; wQueColor: string; wQueIconBorderColor: string; wQueIconBackgroundColor: string; textColorBase: string; textColor: string; textColor1: string; textColor2: string; textColor3: string; textColor4: string; textColor5: string; textColorDisabled: string; textColorDisabled1: string; textColorDisabled2: string; placeholderColor: string; placeholderColorDisabled: string; iconColor: string; iconColorHover: string; iconColorPressed: string; iconColorDisabled: string; opacity1: string; opacity2: string; opacity3: string; opacity4: string; opacity5: string; dividerColor: string; dividerColor1: string; dividerColor2: string; borderColor: string; borderColor1: string; borderColor2: string; borderColor3: string; borderColor4: string; borderNormalColor: string; borderDisableColor: string; borderFocusColor: string; closeColor: string; closeColor1: string; closeColorDisabled: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColorHover: string; closeColorPressed: string; clearColor: string; clearColorHover: string; clearColorPressed: string; scrollbarColor: string; scrollbarColorHover: string; scrollbarWidth: string; scrollbarHoverWidth: string; scrollbarHeight: string; scrollbarHoverHeight: string; scrollbarBorderRadius: string; scrollbarBorderHoverRadius: string; progressRailColor: string; railColor: string; popoverColor: string; tableColor: string; cardColor: string; modalColor: string; bodyColor: string; tagColor: string; avatarColor: string; invertedColor: string; inputColor: string; codeColor: string; tabColor: string; actionColor: string; tableHeaderColor: string; hoverColor: string; tableColorHover: string; tableColorStriped: string; pressedColor: string; opacityDisabled: string; inputColorDisabled: string; inputColorDisabled1: string; inputColorDisabled2: string; buttonColor2: string; buttonColor2Hover: string; buttonColor2Pressed: string; boxShadow1: string; boxShadow2: string; boxShadow3: string; boxShadow4: string; boxShadow5: string; boxShadow6: string; boxShadow7: string; fontFamily: string; fontFamilyMono: string; fontWeight: string; fontWeightStrong: string; cubicBezierEaseInOut: string; cubicBezierEaseOut: string; cubicBezierEaseIn: string; borderRadius: string; borderRadiusSmall: string; fontSize: string; fontSizeMini: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; lineHeight: string; heightMini: string; heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; heightHuge: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; name: "common"; }; self: { color: string; textColor: string; boxShadow: string; }; peers: { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { color: string; colorHover: string; }, any>; Dialog: import("../../_mixins").Theme<"Dialog", { fontSizeSmall: string; lineHeight: string; border: string; titleTextColor: string; textColor: string; color: string; closeColorHover: string; closeColorPressed: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeBorderRadius: string; iconColor: string; iconColorInfo: string; iconColorSuccess: string; iconColorWarning: string; iconColorError: string; borderRadius: string; titleFontWeight: string; titleFontSize: string; padding: string; iconSize: string; actionSpace: string; titlePadding: string; contentMargin: string; iconMargin: string; iconMarginIconTop: string; closeSize: string; closeIconSize: string; closeMargin: string; closeMarginIconTop: string; }, { Button: import("../../_mixins").Theme<"Button", { heightTiny: string; heightSmall: string; heightMedium: string; heightLarge: string; borderRadiusTiny: string; borderRadiusSmall: string; borderRadiusMedium: string; borderRadiusLarge: string; fontSizeTiny: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; opacityDisabled: string; colorOpacitySecondary: string; colorOpacitySecondaryHover: string; colorOpacitySecondaryPressed: string; colorSecondary: string; colorSecondaryHover: string; colorSecondaryPressed: string; colorTertiary: string; colorTertiaryHover: string; colorTertiaryPressed: string; colorQuaternary: string; colorQuaternaryHover: string; colorQuaternaryPressed: string; color: string; colorHover: string; colorPressed: string; colorFocus: string; colorDisabled: string; textColor: string; textColorTertiary: string; textColorHover: string; textColorPressed: string; textColorFocus: string; textColorDisabled: string; textColorText: string; textColorTextDepth1: string; textColorTextDepth2: string; textColorTextDepth3: string; textColorTextHover: string; textColorTextPressed: string; textColorTextFocus: string; textColorTextDisabled: string; textColorGhost: string; textColorGhostHover: string; textColorGhostPressed: string; textColorGhostFocus: string; textColorGhostDisabled: string; colorGhost: string; colorGhostHover: string; colorGhostPressed: string; border: string; borderHover: string; borderPressed: string; borderFocus: string; borderDisabled: string; rippleColor: string; colorPrimary: string; colorHoverPrimary: string; colorPressedPrimary: string; colorFocusPrimary: string; colorDisabledPrimary: string; textColorPrimary: string; textColorHoverPrimary: string; textColorPressedPrimary: string; textColorFocusPrimary: string; textColorDisabledPrimary: string; textColorTextPrimary: string; textColorTextHoverPrimary: string; textColorTextPressedPrimary: string; textColorTextFocusPrimary: string; textColorTextDisabledPrimary: string; textColorGhostPrimary: string; textColorGhostHoverPrimary: string; textColorGhostPressedPrimary: string; textColorGhostFocusPrimary: string; textColorGhostDisabledPrimary: string; colorGhostPrimary: string; colorGhostHoverPrimary: string; colorGhostPressedPrimary: string; borderPrimary: string; borderHoverPrimary: string; borderPressedPrimary: string; borderFocusPrimary: string; borderDisabledPrimary: string; rippleColorPrimary: string; colorInfo: string; colorHoverInfo: string; colorPressedInfo: string; colorFocusInfo: string; colorDisabledInfo: string; textColorInfo: string; textColorHoverInfo: string; textColorPressedInfo: string; textColorFocusInfo: string; textColorDisabledInfo: string; textColorTextInfo: string; textColorTextHoverInfo: string; textColorTextPressedInfo: string; textColorTextFocusInfo: string; textColorTextDisabledInfo: string; textColorGhostInfo: string; textColorGhostHoverInfo: string; textColorGhostPressedInfo: string; textColorGhostFocusInfo: string; textColorGhostDisabledInfo: string; colorGhostInfo: string; colorGhostHoverInfo: string; colorGhostPressedInfo: string; borderInfo: string; borderHoverInfo: string; borderPressedInfo: string; borderFocusInfo: string; borderDisabledInfo: string; rippleColorInfo: string; colorSuccess: string; colorHoverSuccess: string; colorPressedSuccess: string; colorFocusSuccess: string; colorDisabledSuccess: string; textColorSuccess: string; textColorHoverSuccess: string; textColorPressedSuccess: string; textColorFocusSuccess: string; textColorDisabledSuccess: string; textColorTextSuccess: string; textColorTextHoverSuccess: string; textColorTextPressedSuccess: string; textColorTextFocusSuccess: string; textColorTextDisabledSuccess: string; textColorGhostSuccess: string; textColorGhostHoverSuccess: string; textColorGhostPressedSuccess: string; textColorGhostFocusSuccess: string; textColorGhostDisabledSuccess: string; colorGhostSuccess: string; colorGhostHoverSuccess: string; colorGhostPressedSuccess: string; borderSuccess: string; borderHoverSuccess: string; borderPressedSuccess: string; borderFocusSuccess: string; borderDisabledSuccess: string; rippleColorSuccess: string; colorWarning: string; colorHoverWarning: string; colorPressedWarning: string; colorFocusWarning: string; colorDisabledWarning: string; textColorWarning: string; textColorHoverWarning: string; textColorPressedWarning: string; textColorFocusWarning: string; textColorDisabledWarning: string; textColorTextWarning: string; textColorTextHoverWarning: string; textColorTextPressedWarning: string; textColorTextFocusWarning: string; textColorTextDisabledWarning: string; textColorGhostWarning: string; textColorGhostHoverWarning: string; textColorGhostPressedWarning: string; textColorGhostFocusWarning: string; textColorGhostDisabledWarning: string; colorGhostWarning: string; colorGhostHoverWarning: string; colorGhostPressedWarning: string; borderWarning: string; borderHoverWarning: string; borderPressedWarning: string; borderFocusWarning: string; borderDisabledWarning: string; rippleColorWarning: string; colorError: string; colorHoverError: string; colorPressedError: string; colorFocusError: string; colorDisabledError: string; textColorError: string; textColorHoverError: string; textColorPressedError: string; textColorFocusError: string; textColorDisabledError: string; textColorTextError: string; textColorTextHoverError: string; textColorTextPressedError: string; textColorTextFocusError: string; textColorTextDisabledError: string; textColorGhostError: string; textColorGhostHoverError: string; textColorGhostPressedError: string; textColorGhostFocusError: string; textColorGhostDisabledError: string; colorGhostError: string; colorGhostHoverError: string; colorGhostPressedError: string; borderError: string; borderHoverError: string; borderPressedError: string; borderFocusError: string; borderDisabledError: string; rippleColorError: string; waveOpacity: string; fontWeight: string; fontWeightStrong: string; paddingTiny: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; minWidthTiny: string; minWidthSmall: string; minWidthMedium: string; minWidthLarge: string; paddingRoundTiny: string; paddingRoundSmall: string; paddingRoundMedium: string; paddingRoundLarge: string; iconMarginTiny: string; iconMarginSmall: string; iconMarginMedium: string; iconMarginLarge: string; iconSizeTiny: string; iconSizeSmall: string; iconSizeMedium: string; iconSizeLarge: string; rippleDuration: string; }, any>; }>; Card: import("../../_mixins").Theme<"Card", { lineHeight: string; color: string; colorModal: string; colorPopover: string; colorTarget: string; colorEmbedded: string; colorEmbeddedModal: string; colorEmbeddedPopover: string; textColor: string; titleTextColor: string; borderColor: string; borderColorHover: string; actionColor: string; titleFontWeight: string; fontWeight: string; closeColor: string; closeColorHover: string; closeColorPressed: string; closeBorderRadius: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; fontSizeHuge: string; boxShadow: string; borderRadius: string; paddingSmall: string; paddingMedium: string; paddingLarge: string; paddingHuge: string; titleFontSizeSmall: string; titleFontSizeMedium: string; titleFontSizeLarge: string; titleFontSizeHuge: string; closeIconSize: string; closeSize: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; Dialog?: { peers?: { Button?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined; } | undefined; } | undefined; Card?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; appear: import("vue").Ref; isMounted: import("vue").Ref; mergedClsPrefix: import("vue").Ref; bodyRef: import("vue").Ref, {}> | HTMLElement | null>; scrollbarRef: import("vue").Ref<{ $el: HTMLElement; containerRef: HTMLElement | null; contentRef: HTMLElement | null; containerScrollTop: number; syncUnifiedContainer: () => void; scrollTo: import("../../_internal/scrollbar/src/Scrollbar").ScrollTo; scrollBy: import("../../_internal/scrollbar/src/Scrollbar").ScrollBy; sync: () => void; handleMouseEnterWrapper: () => void; handleMouseLeaveWrapper: () => void; } | null>; displayed: import("vue").Ref; childNodeRef: import("vue").Ref | null>; handlePositiveClick: () => void; handleNegativeClick: () => void; handleCloseClick: () => void; handleAfterLeave: () => void; handleBeforeLeave: (el: HTMLElement) => void; handleEnter: (el: HTMLElement) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly VNodeChild>; onClickoutside: PropType<(e: MouseEvent) => void>; onBeforeLeave: { type: FunctionConstructor; required: true; }; onAfterLeave: { type: FunctionConstructor; required: true; }; onPositiveClick: { type: FunctionConstructor; required: true; }; onNegativeClick: { type: FunctionConstructor; required: true; }; onClose: { type: FunctionConstructor; required: true; }; onAfterEnter: PropType<() => void>; onEsc: PropType<(e: KeyboardEvent) => void>; icon: PropType<() => VNodeChild>; type: { readonly type: PropType<"default" | "error" | "success" | "info" | "warning">; readonly default: "default"; }; title: PropType VNodeChild)>; closable: { readonly type: BooleanConstructor; readonly default: true; }; bodyWidth: { readonly type: StringConstructor; readonly default: "300px"; }; negativeText: StringConstructor; neutralText: StringConstructor; positiveText: StringConstructor; positiveButtonProps: PropType; neutralButtonProps: PropType; negativeButtonProps: PropType; content: PropType VNodeChild)>; action: PropType<() => VNodeChild>; btnGhost: { readonly type: BooleanConstructor; readonly default: false; }; showIcon: { readonly type: BooleanConstructor; readonly default: true; }; loading: { readonly type: PropType; readonly default: "none"; }; bordered: BooleanConstructor; iconPlacement: PropType; onNeutralClick: PropType<(e: MouseEvent) => void>; contentStyle: PropType; headerStyle: PropType; headerExtraStyle: PropType; footerStyle: PropType; embedded: BooleanConstructor; segmented: { readonly type: PropType; readonly default: false; }; size: { readonly type: PropType<"small" | "medium" | "large" | "huge">; readonly default: "medium"; }; headStyle: PropType<"block" | "divide">; hoverable: BooleanConstructor; float: BooleanConstructor; role: StringConstructor; tag: { readonly type: PropType; readonly default: "div"; }; show: { type: BooleanConstructor; required: true; }; preset: PropType<"dialog" | "confirm" | "card">; displayDirective: { type: PropType<"show" | "if">; required: true; }; trapFocus: { type: BooleanConstructor; default: boolean; }; autoFocus: { type: BooleanConstructor; default: boolean; }; blockScroll: BooleanConstructor; }>>, { type: "default" | "error" | "success" | "info" | "warning"; tag: keyof HTMLElementTagNameMap; size: "small" | "medium" | "large" | "huge"; float: boolean; autoFocus: boolean; loading: import("../../button/src/interface").loadingStatus; bordered: boolean; showIcon: boolean; closable: boolean; bodyWidth: string; hoverable: boolean; embedded: boolean; segmented: boolean | import("../../card").CardSegmented; btnGhost: boolean; trapFocus: boolean; blockScroll: boolean; }>; export default _default;