import * as React from 'react';
export declare class Math extends React.Component<MathProps> {
    render(): JSX.Element | null;
}
export interface MathProps {
    formula?: string;
    inline?: boolean;
    oldErrorPosition?: number;
}
//# sourceMappingURL=math-component.d.ts.map