import { Location, Point } from "slate"; import { TEditor, Value } from "./TEditor"; /** * Check if a point is the end point of a location. * If point is null, return false. */ export declare const isEndPoint: (editor: TEditor, point: Point | null | undefined, at: Location) => boolean; //# sourceMappingURL=isEndPoint.d.ts.map