import type { CSSProperties, PropType, SlotsType, VNode, VNodeChild } from 'vue'; import type { ScrollbarProps } from '../../_internal'; import type { ExtractPublicPropTypes, MouseEventHandler } from '../../_utils'; import type { ButtonProps } from '../../button'; export declare const drawerContentProps: { closable: { type: BooleanConstructor; default: boolean; }; title: StringConstructor; subtitle: StringConstructor; headerStyle: PropType; footerStyle: PropType; bodyStyle: PropType; bodyContentClass: StringConstructor; bodyContentStyle: PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: PropType; footer: PropType<() => VNodeChild>; sideText: StringConstructor; cancelText: StringConstructor; submitText: StringConstructor; onSideClick: PropType; onCancelClick: PropType; onSubmitClick: PropType; sideButtonProps: PropType; cancelButtonProps: PropType; submitButtonProps: PropType; }; export type DrawerContentProps = ExtractPublicPropTypes; export interface DrawerContentSlots { default?: () => VNode[]; header?: () => VNode[]; description?: () => VNode[]; footer?: () => VNode[]; } declare const _default: import("vue").DefineComponent; footerStyle: PropType; bodyStyle: PropType; bodyContentClass: StringConstructor; bodyContentStyle: PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: PropType; footer: PropType<() => VNodeChild>; sideText: StringConstructor; cancelText: StringConstructor; submitText: StringConstructor; onSideClick: PropType; onCancelClick: PropType; onSubmitClick: PropType; sideButtonProps: PropType; cancelButtonProps: PropType; submitButtonProps: PropType; }>, { handleCloseClick: () => void; renderActionButtons: () => null | VNode; mergedTheme: import("vue").Ref<{ 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; }; }, { 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; }; }>; mergedClsPrefix: import("vue").Ref; disabled: import("vue").ComputedRef; loading: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; footerStyle: PropType; bodyStyle: PropType; bodyContentClass: StringConstructor; bodyContentStyle: PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: PropType; footer: PropType<() => VNodeChild>; sideText: StringConstructor; cancelText: StringConstructor; submitText: StringConstructor; onSideClick: PropType; onCancelClick: PropType; onSubmitClick: PropType; sideButtonProps: PropType; cancelButtonProps: PropType; submitButtonProps: PropType; }>> & Readonly<{}>, { closable: boolean; nativeScrollbar: boolean; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;