import Drawer from './src/drawer.vue'; export declare const YhDrawer: import("@yh-ui/utils").SFCWithInstall<{ new (...args: any[]): any; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; handleClose: (isClickModal?: boolean) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, { readonly size: string | number; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly placement: import("./src/drawer").DrawerPlacement; readonly round: boolean; readonly inner: boolean; readonly glass: boolean; readonly closeOnPressEscape: boolean; readonly modelValue: boolean; readonly resizable: boolean; readonly modal: boolean; readonly closeOnClickModal: boolean; readonly showClose: boolean; readonly closeIcon: string; readonly destroyOnClose: boolean; readonly teleportTo: string | HTMLElement; readonly showHeader: boolean; readonly showFooter: boolean; readonly lockScroll: boolean; readonly minSize: number; readonly maxSize: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { header?: (props: {}) => any; } & { title?: (props: {}) => any; } & { 'close-icon'?: (props: {}) => any; } & { default?: (props: {}) => any; } & { footer?: (props: {}) => any; }; })> & Record; export default YhDrawer; export * from './src/drawer'; export type DrawerInstance = InstanceType; export type YhDrawerInstance = DrawerInstance; export type YhDrawerProps = import('./src/drawer').DrawerProps; export type YhDrawerEmits = import('./src/drawer').DrawerEmits; export type YhDrawerSlots = import('./src/drawer').DrawerSlots; export type YhDrawerExpose = import('./src/drawer').DrawerExpose;