export declare class Messages { static readonly REQUIRED_FIELD_MSG: string; static readonly INVALID_DATE_MSG: string; static readonly FUTURE_DATE_RESTRICTION_MSG: string; static readonly MIN_LENGTH_MSG: string; static readonly MAX_LENGTH_MSG: string; static readonly MAX_DATE_MSG: string; static readonly MIN_DATE_MSG: string; static readonly MAX_MSG: string; static readonly MIN_MSG: string; }