export type DrawerPlacement = "left" | "right" | "bottom"; export type DrawerProps = { open?: boolean; title?: string; description?: string; placement?: DrawerPlacement; class?: string; closeLabel?: string; }; export declare const Drawer: import("vue").DefineComponent DrawerPlacement; default: string; }; class: { type: StringConstructor; default: undefined; }; closeLabel: { type: StringConstructor; default: string; }; }>, () => import("vue").VNode | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").PublicProps, Readonly DrawerPlacement; default: string; }; class: { type: StringConstructor; default: undefined; }; closeLabel: { type: StringConstructor; default: string; }; }>> & Readonly<{ onClose?: ((...args: any[]) => any) | undefined; }>, { open: boolean; class: string; title: string; description: string; placement: DrawerPlacement; closeLabel: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Drawer.d.ts.map