export declare const REQUIRED = "This field is required"; export declare const PATTERN_FAIL = "This field is not match"; export declare const MAX_LENGTH_MSG = "Max length is"; export declare const MIN_LENGTH_MSG = "Min length is"; export declare const MIN_MSG = "Min is"; export declare const MAX_MSG = "Max is"; export declare const INVALID_PATTERN = "Invalid pattern"; export declare const INVALID_EMAIL = "Invalid email"; export declare const NO_DATA = "No data"; export declare const WIDTH = "200px"; export declare const DATETIME_FORMAT: { time: string; fullTime: string; date: string; dateTime: string; dateFullTime: string; }; export declare const DEFAULT_DELAY = 500; export declare const DEFAULT_DURATION = 4000;