import { ReactNode } from 'react'; export declare const getLetterProfile: (profile: Record, adjustment?: Record) => Record; export declare const getTextContent: (node?: ReactNode) => string; export declare const splitText: (content: string, widths: Record, lineWidth: number, separator?: string) => string[]; //# sourceMappingURL=utils.d.ts.map