import type { ScrollbarProps } from '../../_internal'; import type { ExtractPublicPropTypes } from '../../_utils'; import { type CSSProperties, type PropType, type SlotsType, type VNode } from 'vue'; export declare const drawerContentProps: { title: StringConstructor; headerClass: StringConstructor; headerStyle: PropType; footerClass: StringConstructor; footerStyle: PropType; bodyClass: StringConstructor; bodyStyle: PropType; bodyContentClass: StringConstructor; bodyContentStyle: PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: PropType; closable: BooleanConstructor; }; export type DrawerContentProps = ExtractPublicPropTypes; export interface DrawerContentSlots { default?: () => VNode[]; header?: () => VNode[]; footer?: () => VNode[]; } declare const _default: import("vue").DefineComponent; footerClass: StringConstructor; footerStyle: PropType; bodyClass: StringConstructor; bodyStyle: PropType; bodyContentClass: StringConstructor; bodyContentStyle: PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: PropType; closable: BooleanConstructor; }>, { handleCloseClick: () => void; mergedTheme: import("vue").Ref<{ common: import("../..").ThemeCommonVars; self: { bodyPadding: string; borderRadius: string; headerPadding: string; footerPadding: string; color: string; textColor: string; titleTextColor: string; titleFontSize: string; titleFontWeight: string; boxShadow: string; lineHeight: string; headerBorderBottom: string; footerBorderTop: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeSize: string; closeIconSize: string; closeColorHover: string; closeColorPressed: string; closeBorderRadius: string; resizableTriggerColorHover: 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: { bodyPadding: string; borderRadius: string; headerPadding: string; footerPadding: string; color: string; textColor: string; titleTextColor: string; titleFontSize: string; titleFontWeight: string; boxShadow: string; lineHeight: string; headerBorderBottom: string; footerBorderTop: string; closeIconColor: string; closeIconColorHover: string; closeIconColorPressed: string; closeSize: string; closeIconSize: string; closeColorHover: string; closeColorPressed: string; closeBorderRadius: string; resizableTriggerColorHover: 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; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; footerClass: StringConstructor; footerStyle: PropType; bodyClass: StringConstructor; bodyStyle: PropType; bodyContentClass: StringConstructor; bodyContentStyle: PropType; nativeScrollbar: { type: BooleanConstructor; default: boolean; }; scrollbarProps: PropType; closable: BooleanConstructor; }>> & Readonly<{}>, { closable: boolean; nativeScrollbar: boolean; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;