import { default as React } from 'react'; import { HighlightProps } from './Highlight.types'; declare const Highlight: ({ languages, style, children }: HighlightProps) => React.JSX.Element; export default Highlight;