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