/**
 * Calculates the physical size of the string.
 * This function does not do its job perfectly, maybe wrap the rect and the text into a group?
 *
 * @author Teemu Salonen <teemu.salonen@kvanttori.fi>
 */
declare const calculateNameSize: (name: string) => number;
export default calculateNameSize;
