import Rate from './src/rate.vue'; export declare const LlRate: import("ll-plus/es/utils").SFCWithInstall; readonly color: import("ll-plus/es/utils").EpPropFinalized; readonly customText: { readonly type: import("vue").PropType any)>, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>, { props: import("@vue/shared").LooseRequired; readonly color: import("ll-plus/es/utils").EpPropFinalized; readonly customText: { readonly type: import("vue").PropType any)>, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{ "onUpdate:value"?: (...args: any[]) => any; }> & {}>; emits: (event: "update:value", ...args: any[]) => void; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; attrs: import("vue").Attrs; value: import("vue").WritableComputedRef; containerAttrs: import("vue").ComputedRef<{ class: any; style: any; }>; componentAttrs: import("vue").ComputedRef<{ [x: string]: unknown; }>; getStyle: import("vue").ComputedRef<{ fontSize: string; color: string; }>; getCustomText: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").PublicProps, Readonly; readonly color: import("ll-plus/es/utils").EpPropFinalized; readonly customText: { readonly type: import("vue").PropType any)>, unknown, unknown>>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; }>> & Readonly<{ "onUpdate:value"?: (...args: any[]) => any; }>, { readonly color: string; readonly size: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export * from './src/rate'; declare module 'vue' { interface GlobalComponents { LlRate: typeof Rate; } }