import type { KatexOptions } from 'katex'; import type { DefineFeature } from '../shared'; export interface LatexConfig { katexOptions: KatexOptions; inlineEditConfirm: string; } export type LatexFeatureConfig = Partial; export declare const latex: DefineFeature; //# sourceMappingURL=index.d.ts.map