export default getEquationOfLine; declare function getEquationOfLine(coordA: any, coordB: any): ((x: any) => number) | null;