import { ValidationMode } from './types';
export declare const EVENTS: {
    BLUR: string;
    FOCUS_OUT: string;
    CHANGE: string;
};
export declare const VALIDATION_MODE: ValidationMode;
export declare const INPUT_VALIDATION_RULES: {
    max: string;
    min: string;
    maxLength: string;
    minLength: string;
    pattern: string;
    required: string;
    validate: string;
};
//# sourceMappingURL=constants.d.ts.map