/// import { ErrorSolution } from '../../types'; type Props = { solution: ErrorSolution; }; export default function SolutionRunner({ solution }: Props): JSX.Element; export {};