/** * Component containing a modal expecting a required prop, named `modalId`. It reacts to * `UserClickedOpenModal`, `UserClickedCloseModal` and `UserClickedOutOfModal` events, when their * payload matches the component's 'modalId' prop, to handle its open/close state. The default * slot offers the possibility to customise the modal content. * * @public */ declare const _default: import("vue").DefineComponent, { el: Readonly>; isOpen: import("vue").Ref; emitClickOutOfModal: (event: MouseEvent | FocusEvent) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {}, {}, { BaseModal: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=base-id-modal.vue?vue&type=script&lang.d.ts.map