/**
 * Copyright IBM Corp. 2021, 2025
 * SPDX-License-Identifier: MPL-2.0
 */
import type { TemplateOnlyComponent } from '@ember/component/template-only';
export interface HdsAppFrameModalsSignature {
    Blocks: {
        default: [];
    };
    Element: HTMLElement;
}
declare const HdsAppFrameModals: TemplateOnlyComponent<HdsAppFrameModalsSignature>;
export default HdsAppFrameModals;
