type __VLS_Props = { comment: string; rating: number | null; notificationDuration?: number; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { submit: (v: { rating: number | null; comment: string; }) => any; "update:comment": (v: string) => any; "update:rating": (v: number | null) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSubmit?: ((v: { rating: number | null; comment: string; }) => any) | undefined; "onUpdate:comment"?: ((v: string) => any) | undefined; "onUpdate:rating"?: ((v: number | null) => any) | undefined; }>, { comment: string; rating: number | null; notificationDuration: number; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;