/** * DOM utility functions */ /** * Cap text length for display. */ export declare function capTextLength(text: string, maxLength: number): string; //# sourceMappingURL=utils.d.ts.map