declare module 'react-katex' { export const InlineMath: React.FC<{ math: string }>; }