import './index.less'; type Props = { language: string; code: string; }; export default function Preview(props: Props): import("react/jsx-runtime").JSX.Element; export {};