import { BModalOrchestratorProps } from '../../types/ComponentProps';
declare const _default: import('vue').DefineComponent<BModalOrchestratorProps, {
    hide: (trigger?: string) => void;
    hideAll: (trigger?: string) => void;
    modals?: import('vue').Ref<Map<import('../..').ControllerKey, import('../..').ModalOrchestratorMapValue>, Map<import('../..').ControllerKey, import('../..').ModalOrchestratorMapValue>> | undefined;
    show?: ((obj: import('../..').ModalOrchestratorShowParam) => Promise<boolean | null>) | undefined;
    confirm?: ((obj: import('../..').ModalOrchestratorShowParam) => Promise<boolean | null>) | undefined;
    remove?: ((self: import('../..').ControllerKey) => void) | undefined;
    leave?: ((self: import('../..').ControllerKey) => void) | undefined;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BModalOrchestratorProps> & Readonly<{}>, {
    teleportDisabled: boolean;
    teleportTo: string | import('vue').RendererElement | null;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
