//#region src/utils/input.d.ts declare const fitInputText: (maxFontSize: number, minFontSize: number, element: HTMLElement) => void; //#endregion export { fitInputText }; //# sourceMappingURL=input.d.ts.map