/**
 * Copyright (c) HashiCorp, Inc.
 * SPDX-License-Identifier: MPL-2.0
 */
export interface HdsFormRadioBaseSignature {
    Args: {
        value?: string;
    };
    Element: HTMLInputElement;
}
declare const HdsFormRadioBase: import("@ember/component/template-only").TemplateOnlyComponent<HdsFormRadioBaseSignature>;
export default HdsFormRadioBase;
