import type { FormKitFrameworkContext } from '@formkit/core'; import type { RadioButtonProps } from 'primevue/radiobutton'; import type { PropType } from 'vue'; export interface FormKitPrimeRadioButtonProps { pt?: RadioButtonProps['pt']; ptOptions?: RadioButtonProps['ptOptions']; unstyled?: RadioButtonProps['unstyled']; size?: RadioButtonProps['size']; options?: { label: string; value: any; }[]; optionsClass?: string; optionClass?: string; } declare const __VLS_export: import("vue").DefineComponent; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default;