/** * Get the number of characters between the start of the element and the * cursor * @param element Element to get the cursor offset for * @returns Number of characters between the start of the element and the */ declare const getCursorOffset: (element: HTMLElement) => number; export default getCursorOffset; //# sourceMappingURL=getCursorOffset.d.ts.map