import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, RadioButtonWrapperState, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PRadioButtonWrapper extends BaseComponentWithTheme {
    hideLabel?: BreakpointCustomizable<boolean>;
    label?: string;
    loading?: boolean;
    message?: string;
    state?: RadioButtonWrapperState;
    theme?: Theme;
    static ɵfac: i0.ɵɵFactoryDeclaration<PRadioButtonWrapper, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PRadioButtonWrapper, "p-radio-button-wrapper,[p-radio-button-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}
