/// <reference types="react" />
import type { SyntaxHighlighterProps } from '../type';
declare const SyntaxHighlighter: import("react").NamedExoticComponent<SyntaxHighlighterProps>;
export default SyntaxHighlighter;
