/** * Dialog with overlay, focus trap and scroll lock * * Vue wrapper for the `Modal` controller (`@42/core/modal`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("modal:open" | "modal:close")[], "modal:open" | "modal:close", import('vue').PublicProps, Readonly> & Readonly<{ "onModal:open"?: ((...args: any[]) => any) | undefined; "onModal:close"?: ((...args: any[]) => any) | undefined; }>, { defaultOpen: boolean; closeOnOverlayClick: boolean; closeOnEscape: boolean; lockScroll: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;