import { Injector } from '@angular/core';
import { RadioGroupFormFieldComponentBase } from '../radio-group-form-field.component.base';
import * as i0 from "@angular/core";
export declare class RatingRadioGroupFormFieldComponent extends RadioGroupFormFieldComponentBase {
    /**
     * The source name to use for logging
     */
    protected get logSourceName(): string;
    /**
     * Initializes a new instance of the RadioGroupFormFieldComponent
     */
    constructor(injector: Injector);
    static ɵfac: i0.ɵɵFactoryDeclaration<RatingRadioGroupFormFieldComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<RatingRadioGroupFormFieldComponent, "sme-form-field[type=\"radiogroup-rating\"]", never, {}, {}, never, never, false, never>;
}
