export interface KatexData {
    data: string;
    type: string;
    rawData?: string;
    display?: boolean;
}
