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