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