/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
export interface HdsAlertDescriptionSignature {
    Blocks: {
        default: [];
    };
    Element: HTMLDivElement;
}
declare const HdsAlertDescription: import("@ember/component/template-only").TemplateOnlyComponent<HdsAlertDescriptionSignature>;
export default HdsAlertDescription;
