import { Component } from 'react';
/**
 * @slot {"name": "label", "description": "Shows a label. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed." }
 * @slot {"name": "", "description": "Default slot for the input." }
 * @slot {"name": "message", "description": "Shows a state message. Only [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#Phrasing_content) is allowed." }
 *
 * @deprecated since v3.30.0, will be removed with next major release. Please use `p-radio-group` instead.
 */
export declare class DSRRadioButtonWrapper extends Component<any> {
    host: HTMLElement;
    private initialLoading;
    private input;
    render(): JSX.Element;
}
