import '../../styles/markdown.css';
export default function Answer({ answer }: {
    answer: string;
}): import("react/jsx-runtime").JSX.Element;
