import React from 'react';
declare const LazySyntaxHighlighter: React.LazyExoticComponent<React.FunctionComponent<any>>;
export declare const SyntaxHighlighter: (props: React.ComponentProps<typeof LazySyntaxHighlighter>) => JSX.Element;
export {};
