import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import rate from "./src/rate"; export declare const DkRate: Install>, {}, {}>>; export type DkRateInstance = InstanceType;