import { SdsRadioControlDirective } from '../radio-control/radio-control.directive';
import * as i0 from "@angular/core";
export declare class SdsRadioGroupComponent {
    radio: SdsRadioControlDirective;
    helper?: string;
    label?: string;
    hiddenLabel: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<SdsRadioGroupComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SdsRadioGroupComponent, "sds-radio-group", never, { "helper": { "alias": "helper"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hiddenLabel": { "alias": "hiddenLabel"; "required": false; }; }, {}, ["radio"], ["*"], false, never>;
}
