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