import { default as TimeAgo } from './time-ago.vue';
import { ComponentPublicInstance } from 'vue';
export { TimeAgo };
export { timeAgoProps } from './props';
export type TimeAgoExposed = ComponentPublicInstance & InstanceType<typeof TimeAgo>;
export type { TimeAgoProps, TimeAgoCProps } from './props';
