import { Component } from 'react';
import type { RadioGroupOptionInternalHTMLProps } from '@porsche-design-system/components/dist/utils';
/**
 * @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": "label-after", "description": "Places additional content after the label text (for content that should not be part of the label, e.g. external links or `p-popover`)." }
 */
export declare class DSRRadioGroupOption extends Component<any> {
    host: HTMLElement & RadioGroupOptionInternalHTMLProps;
    private initialLoading;
    private inputElement;
    render(): JSX.Element;
}
