import { ExtractPropTypes } from "vue";
export declare const radioProps: Record<string, any>;
export type RadioProps = ExtractPropTypes<typeof radioProps>;
