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