import { InputRule } from "../types.mjs";
//#region ../react-form/src/rules/strong.d.ts
/**
* Configurable strong-password criteria.
*
* Pass as the value of the `strong` prop on a form control:
*
* - `` — apply all defaults
* - `
*
* ```
*/
declare const strongRule: InputRule;
//#endregion
export { StrongPasswordCriteria, strongRule };
//# sourceMappingURL=strong.d.mts.map