import { FontConfig } from './textUtils';
export declare function measureText(text: string, { fontFamily, fontSize, fontWeight, letterSpacing }: FontConfig): number;
