import type { App } from 'vue';
export type TransitionInstance = typeof import('./index.vue').default;
export type { TransitionProps } from './index.interface';
declare const _default: {
    install: (app: App<any>) => void;
};
export default _default;
