import { CdrModalProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Use to override the entire CdrModal content container. You must provide an explicit way to close the modal to meet UX and accessibility standards */ modal(props: Record): any; /** Use to override the default title */ title(props: Record): any; default(props: Record): any; }> & { /** Use to override the entire CdrModal content container. You must provide an explicit way to close the modal to meet UX and accessibility standards */ modal(props: Record): any; /** Use to override the default title */ title(props: Record): any; default(props: Record): any; }; refs: { wrapperEl: HTMLDivElement; modalEl: HTMLDivElement; headerEl: HTMLDivElement; contentEl: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClosed?: ((...args: any[]) => any) | undefined; }>, { id: string | null; role: import('../../lib').ModalRole; showTitle: boolean; ariaDescribedby: string | null; animationDuration: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { wrapperEl: HTMLDivElement; modalEl: HTMLDivElement; headerEl: HTMLDivElement; contentEl: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };