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