import type { HighlightFactory, HighlightProps, HighlightTerm } from './Highlight';
export { Highlight } from './Highlight';
export type { HighlightProps, HighlightFactory, HighlightTerm };
export declare namespace Highlight {
    type Props = HighlightProps;
    type Factory = HighlightFactory;
    type Term = HighlightTerm;
}
