import type { PropType } from 'vue'; interface DuxRadioOption { label?: string; value?: string | number | boolean; icon?: string; tooltip?: string; } export declare const DuxRadio: import("vue").DefineComponent; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export {};