declare const _default: import("vue").DefineComponent<{
    /**
     * Indicates whether this radio option is checked.
     */
    checked: BooleanConstructor;
    /**
     * Indicates whether radio is disabled.
     */
    disabled: BooleanConstructor;
    /**
     * Radio label.
     */
    label: StringConstructor;
    /**
     * Selected option value.
     */
    modelValue: any;
    /**
     * Radio option value.
     */
    value: StringConstructor;
}, unknown, unknown, {}, {
    /**
     * Handles the click event on the radio group button.
     * @param event The fired event.
     */
    handleClick(event: Event): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * Indicates whether this radio option is checked.
     */
    checked: BooleanConstructor;
    /**
     * Indicates whether radio is disabled.
     */
    disabled: BooleanConstructor;
    /**
     * Radio label.
     */
    label: StringConstructor;
    /**
     * Selected option value.
     */
    modelValue: any;
    /**
     * Radio option value.
     */
    value: StringConstructor;
}>>, {
    disabled: boolean;
    modelValue: any;
    checked: boolean;
}, {}>;
export default _default;
