declare module "react-katex" { import type { ComponentType } from "react"; interface MathComponentProps { math: string; } export const InlineMath: ComponentType; export const BlockMath: ComponentType; }