import { default as Highlight } from './highlight.vue';
import { ComponentPublicInstance } from 'vue';
export { Highlight };
export { highlightProps } from './props';
export type HighlightExposed = ComponentPublicInstance & InstanceType<typeof Highlight>;
export type { HighlightProps, HighlightCProps } from './props';
