import type { ComputedRef } from 'vue';
export declare let cachedContainer: HTMLElement;
export declare const useNotificationContainerId: () => {
    id: ComputedRef<string>;
    selector: ComputedRef<string>;
};
