/** * Get the length of the first line of a contenteditable element * @param element The element to get the length of the first line from * @returns The length of the first line of the element */ declare const getFirstLineLength: (element: HTMLElement) => number; export default getFirstLineLength; //# sourceMappingURL=getFirstLineLength.d.ts.map