import type { Coord } from "./types"; export declare const getClipPoint: (graph: any, coord: Coord, angle: number) => any;