export declare const calculateDimensions: (text: string, fontFamily: string, fontSize: string | number) => { width: number; height: number; };