import { InputRule } from "../types.mjs"; //#region ../react-form/src/rules/maxLength.d.ts declare const maxLengthRule: InputRule; //#endregion export { maxLengthRule }; //# sourceMappingURL=maxLength.d.mts.map