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