import type { FightingType } from '../_interface'; import type { BasicType } from '../_utils/props/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import Ripple from "./src/ripple"; export declare const FRipple: Install, string | null>; readonly duration: BasicType; readonly type: BasicType, FightingType | 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, FightingType | null>; readonly disabled: BasicType; readonly startOpacity: BasicType; readonly endOpacity: BasicType; }>>, { readonly type: FightingType; readonly duration: number; readonly disabled: boolean; readonly ripplesColor: string; readonly startOpacity: number; readonly endOpacity: number; }>>; /** ripple 组件实例类型 */ export type RippleInstance = InstanceType; export * from './src/interface.d'; export default FRipple;