export declare function getTextWidth(text: string, font: string): number; export declare function getCanvasFont(el: Element): string; export declare function getDefaultColumnWidth({ name, typeRef }: { name: string; typeRef: string | undefined; }): number; //# sourceMappingURL=WidthsToFitData.d.ts.map