import { TextSize } from '../types.js'; declare const getTextFontSize: (size?: TextSize) => number; export { getTextFontSize };