import { SynBlurEvent, SynFocusEvent, SynRadio } from '@synergy-design-system/components';
export type { SynBlurEvent } from '@synergy-design-system/components';
export type { SynFocusEvent } from '@synergy-design-system/components';
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
    /**
     * The radio's value.
     * When selected, the radio group will receive this value.
     */
    value?: SynRadio["value"];
    /**
  * The radio's size.
  * When used inside a radio group, the size will be determined by the radio group's size so this
  attribute can typically be omitted.
   */
    size?: SynRadio["size"];
    /**
     * Disables the radio.
     */
    disabled?: SynRadio["disabled"];
}, {
    nativeElement: import('vue').Ref<SynRadio | undefined, SynRadio | undefined>;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    "syn-blur": (e: SynBlurEvent) => any;
    "syn-focus": (e: SynFocusEvent) => any;
}, string, import('vue').PublicProps, Readonly<{
    /**
     * The radio's value.
     * When selected, the radio group will receive this value.
     */
    value?: SynRadio["value"];
    /**
  * The radio's size.
  * When used inside a radio group, the size will be determined by the radio group's size so this
  attribute can typically be omitted.
   */
    size?: SynRadio["size"];
    /**
     * Disables the radio.
     */
    disabled?: SynRadio["disabled"];
}> & Readonly<{
    "onSyn-blur"?: ((e: SynBlurEvent) => any) | undefined;
    "onSyn-focus"?: ((e: SynFocusEvent) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
    nativeElement: unknown;
}, any>, {
    default?(_: {}): any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
