/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
import type { HdsTextBodySignature } from '../../text/body';
export interface HdsFormRadioCardDescriptionSignature {
    Blocks: {
        default: [];
    };
    Element: HdsTextBodySignature['Element'];
}
declare const HdsFormRadioCardDescription: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormRadioCardDescriptionSignature>;
export default HdsFormRadioCardDescription;
