import { ZRating_Props } from '@zurich/dev-utils/code/Rating'; type Props = Omit & { readonly zTheme?: ZRating_Props['z-theme']; readonly customStr?: ZRating_Props['custom-str']; readonly modelValue?: ZRating_Props['model']; showScore?: ZRating_Props['show-score']; }; declare const _default: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((modelValue: import('@zurich/dev-utils/code/Rating.props').ZRating_Value | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export { _default as VueRating, VueRating as default };