import type { CSSProperties, PropType } from 'vue'; import type { ScrollbarProps } from '../../_internal'; import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils'; import type { Placement } from './DrawerBodyWrapper'; import type { DrawerSizes } from './interface'; export declare const drawerProps: { readonly show: BooleanConstructor; readonly width: PropType; readonly height: PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: { readonly type: PropType; readonly default: "medium"; }; readonly placement: { readonly type: PropType; readonly default: "right"; }; readonly rounded: { readonly type: BooleanConstructor; readonly default: false; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: PropType; readonly default: true; }; readonly to: PropType; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: PropType<(e: MouseEvent) => void>; readonly scrollbarProps: PropType; readonly contentStyle: PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly fullscreen: BooleanConstructor; readonly defaultWidth: { readonly type: PropType; }; readonly defaultHeight: { readonly type: PropType; }; readonly onUpdateWidth: PropType void>>; readonly onUpdateHeight: PropType void>>; readonly 'onUpdate:width': PropType void>>; readonly 'onUpdate:height': PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly onUpdateShow: PropType void>>; readonly onAfterEnter: PropType<() => void>; readonly onAfterLeave: PropType<() => void>; /** @deprecated */ readonly drawerStyle: PropType; /** @deprecated */ readonly drawerClass: StringConstructor; /** @deprecated */ readonly target: null; /** @deprecated */ readonly onShow: PropType<(value: boolean) => void>; /** @deprecated */ readonly onHide: PropType<(value: boolean) => void>; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }; export type DrawerProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; readonly height: PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: { readonly type: PropType; readonly default: "medium"; }; readonly placement: { readonly type: PropType; readonly default: "right"; }; readonly rounded: { readonly type: BooleanConstructor; readonly default: false; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: PropType; readonly default: true; }; readonly to: PropType; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: PropType<(e: MouseEvent) => void>; readonly scrollbarProps: PropType; readonly contentStyle: PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly fullscreen: BooleanConstructor; readonly defaultWidth: { readonly type: PropType; }; readonly defaultHeight: { readonly type: PropType; }; readonly onUpdateWidth: PropType void>>; readonly onUpdateHeight: PropType void>>; readonly 'onUpdate:width': PropType void>>; readonly 'onUpdate:height': PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly onUpdateShow: PropType void>>; readonly onAfterEnter: PropType<() => void>; readonly onAfterLeave: PropType<() => void>; /** @deprecated */ readonly drawerStyle: PropType; /** @deprecated */ readonly drawerClass: StringConstructor; /** @deprecated */ readonly target: null; /** @deprecated */ readonly onShow: PropType<(value: boolean) => void>; /** @deprecated */ readonly onHide: PropType<(value: boolean) => void>; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }>, { mergedClsPrefix: import("vue").Ref; namespace: import("vue").ComputedRef; mergedBodyStyle: import("vue").ComputedRef<(string | CSSProperties)[]>; handleMaskClick: (e: MouseEvent) => void; handleEsc: (e: KeyboardEvent) => void; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { color: string; textColor: string; titleTextColor: string; subtitleTextColor: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeColor: string; closeColorHover: string; closeColorPressed: string; resizableTriggerColorHover: string; maskColor: string; closeIconSize: string; titleLineHeight: string; titleFontSize: string; titleFontWeight: string; closeSize: string; subtitleFontWeight: string; subtitleLineHeight: string; subtitleFontSize: string; bodyPadding: string; headerPadding: string; footerPadding: string; headerBorderBottom: string; footerBorderTop: string; closeBorderRadius: string; subtitleMarginTop: string; actionsSpace: string; contentMargin: string; contentBorderRadius: string; }; peers: { Scrollbar: import("../../_mixins").Theme<"Scrollbar", { height: string; width: string; borderRadius: string; color: string; colorHover: string; railInsetHorizontalBottom: string; railInsetHorizontalTop: string; railInsetVerticalRight: string; railInsetVerticalLeft: string; railColor: string; }, any>; }; peerOverrides: { Scrollbar?: { peers?: { [x: string]: any; } | undefined; } | undefined; }; }>; cssVars: import("vue").ComputedRef<{ '--u-mask-color': string; '--u-color': string; '--u-text-color': string; '--u-bezier': string; '--u-bezier-out': string; '--u-bezier-in': string; '--u-header-padding': string; '--u-body-padding': string; '--u-footer-padding': string; '--u-title-text-color': string; '--u-title-font-size': string; '--u-title-line-height': string; '--u-title-font-weight': string; '--u-header-border-bottom': string; '--u-footer-border-top': string; '--u-close-icon-color': string; '--u-close-icon-color-hover': string; '--u-close-icon-color-pressed': string; '--u-close-size': string; '--u-close-color': string; '--u-close-color-hover': string; '--u-close-color-pressed': string; '--u-close-icon-size': string; '--u-close-border-radius': string; '--u-resize-trigger-color-hover': string; '--u-subtitle-margin-top': string; '--u-subtitle-font-weight': string; '--u-subtitle-line-height': string; '--u-subtitle-font-size': string; '--u-subtitle-text-color': string; '--u-actions-space': string; '--u-drawer-margin': string; '--u-drawer-border-radius': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; isMounted: Readonly>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly height: PropType; readonly disabled: BooleanConstructor; readonly loading: BooleanConstructor; readonly size: { readonly type: PropType; readonly default: "medium"; }; readonly placement: { readonly type: PropType; readonly default: "right"; }; readonly rounded: { readonly type: BooleanConstructor; readonly default: false; }; readonly maskClosable: { readonly type: BooleanConstructor; readonly default: true; }; readonly showMask: { readonly type: PropType; readonly default: true; }; readonly to: PropType; readonly displayDirective: { readonly type: PropType<"if" | "show">; readonly default: "if"; }; readonly nativeScrollbar: { readonly type: BooleanConstructor; readonly default: true; }; readonly zIndex: NumberConstructor; readonly onMaskClick: PropType<(e: MouseEvent) => void>; readonly scrollbarProps: PropType; readonly contentStyle: PropType; readonly trapFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly onEsc: PropType<() => void>; readonly autoFocus: { readonly type: BooleanConstructor; readonly default: true; }; readonly closeOnEsc: { readonly type: BooleanConstructor; readonly default: true; }; readonly blockScroll: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxWidth: NumberConstructor; readonly maxHeight: NumberConstructor; readonly minWidth: NumberConstructor; readonly minHeight: NumberConstructor; readonly resizable: BooleanConstructor; readonly fullscreen: BooleanConstructor; readonly defaultWidth: { readonly type: PropType; }; readonly defaultHeight: { readonly type: PropType; }; readonly onUpdateWidth: PropType void>>; readonly onUpdateHeight: PropType void>>; readonly 'onUpdate:width': PropType void>>; readonly 'onUpdate:height': PropType void>>; readonly 'onUpdate:show': PropType void>>; readonly onUpdateShow: PropType void>>; readonly onAfterEnter: PropType<() => void>; readonly onAfterLeave: PropType<() => void>; /** @deprecated */ readonly drawerStyle: PropType; /** @deprecated */ readonly drawerClass: StringConstructor; /** @deprecated */ readonly target: null; /** @deprecated */ readonly onShow: PropType<(value: boolean) => void>; /** @deprecated */ readonly onHide: PropType<(value: boolean) => void>; readonly theme: PropType; }>>; readonly themeOverrides: PropType; }>>>; readonly builtinThemeOverrides: PropType; }>>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly size: DrawerSizes; readonly loading: boolean; readonly rounded: boolean; readonly placement: Placement; readonly show: boolean; readonly displayDirective: "show" | "if"; readonly maskClosable: boolean; readonly showMask: boolean | "transparent"; readonly nativeScrollbar: boolean; readonly trapFocus: boolean; readonly autoFocus: boolean; readonly closeOnEsc: boolean; readonly blockScroll: boolean; readonly resizable: boolean; readonly fullscreen: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;