import { HighlighterProps } from '.';
export declare const requiredProps: HighlighterProps;
export declare const testkitTests: {
    title: string;
    props: HighlighterProps;
}[];
export declare const ssrTests: {
    title: string;
    props: HighlighterProps;
}[];
export declare const a11yTests: {
    title: string;
    props: HighlighterProps;
}[];
//# sourceMappingURL=Highlighter.meta.d.ts.map