import { CSSProperties } from 'react';
import { Size } from './types';
export declare const getStringSize: (text: string | number, style?: CSSProperties) => Size;
