import type { ComponentSize } from '../..'; import type { RadioModelValue } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../../utils'; import Radio from "./src/radio"; export declare const FzRadio: Install; readonly default: () => null; }; readonly disabled: { readonly type: BooleanConstructor; }; readonly size: { readonly type: PropType; }; readonly name: { readonly type: StringConstructor; }; readonly label: { readonly type: PropType; readonly default: null; }; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "change"[], "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly default: () => null; }; readonly disabled: { readonly type: BooleanConstructor; }; readonly size: { readonly type: PropType; }; readonly name: { readonly type: StringConstructor; }; readonly label: { readonly type: PropType; readonly default: null; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; }, { readonly disabled: boolean; readonly modelValue: RadioModelValue; readonly label: RadioModelValue; }, {}>>; export type RadioInstance = InstanceType; export * from './src/interface'; export default FzRadio;