import { CatFormPasswordOptions } from '../form.interface'; import { FormFieldInputBase } from '../form-field-input.base'; export declare class FormPasswordFactory extends FormFieldInputBase { setMinLength(minLength: number): this; setMaxLength(maxLength: number): this; }