import React from 'react'; type HighlightProps = { code: string; language: string; theme?: 'light' | 'dark'; }; declare const _default: React.MemoExoticComponent<({ code, language, theme }: HighlightProps) => import("react/jsx-runtime").JSX.Element>; export default _default;