import { Rules } from './interfaces';
export declare const defaultDictionary: {
    key: Rules;
    dict: {
        en: string;
    };
}[];
export declare const DEFAULT_ERROR_FIELD_MESSAGE = "Value is incorrect";
