import { EventEmitter } from "../../stencil-public-runtime"; import { IcAdditionalFieldTypes, IcThemeMode, IcValueEventDetail } from "../../utils/types"; /** * @slot additional-field - Content to displayed alongside a radio option. */ export declare class RadioOption { private defaultRadioValue; private hasAdditionalField; private radioElement?; private skipFocus; el: HTMLIcRadioOptionElement; /** * The style of additionalField that will be displayed if used. */ additionalFieldDisplay?: IcAdditionalFieldTypes; /** * If `true`, the disabled state will be set. */ disabled?: boolean; watchDisabledHandler(): void; /** * The text to be displayed when dynamic. */ dynamicText?: string; /** * The