interface EquationReferenceProps {
id: string;
defaultContent?: string | number;
maxRetries?: number;
}
export declare const EquationReference: {
({ id: _id, defaultContent, maxRetries, }: EquationReferenceProps): string | number | null;
displayName: string;
};
export {};