import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import Transition from "./src/transition"; export declare const DkTransition: Install>, {}, {}>>; export type TransitionInstance = InstanceType; export default DkTransition;