import type { FormKitFrameworkContext } from '@formkit/core'; import type { RatingProps } from 'primevue/rating'; import type { PropType } from 'vue'; export interface FormKitPrimeRatingProps { unstyled?: RatingProps['unstyled']; stars?: RatingProps['stars']; onIcon?: RatingProps['onIcon']; offIcon?: RatingProps['offIcon']; ptOptions?: RatingProps['ptOptions']; pt?: RatingProps['pt']; } 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;