import { type PropType } from 'vue'; import type { KatexOptions } from 'katex'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const equationProps: { readonly value: StringConstructor; readonly katex: PropType; readonly katexOptions: PropType; }; export type EquationProps = ExtractPublicPropTypes; export declare const Equation: import("vue").DefineComponent<{ readonly value: StringConstructor; readonly katex: PropType; readonly katexOptions: PropType; }, () => import("vue").VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; readonly katexOptions: PropType; }>>, {}, {}>;