import type { VmType } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Ripple from "./src/ripple"; export declare const VRipple: Install, string | null>; readonly duration: BasicType; readonly type: BasicType, VmType | null>; readonly disabled: BasicType; readonly startOpacity: BasicType; readonly endOpacity: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly duration: BasicType; readonly type: BasicType, VmType | null>; readonly disabled: BasicType; readonly startOpacity: BasicType; readonly endOpacity: BasicType; }>>, { readonly type: VmType; readonly duration: number; readonly disabled: boolean; readonly ripplesColor: string; readonly startOpacity: number; readonly endOpacity: number; }>>; /** ripple 组件实例类型 */ export type RippleInstance = InstanceType; export * from './src/interface'; export default VRipple;