export declare class GritValidationMessageItem { errorKey: string; inputBlur: boolean; inputValue: string; private iconVisible; render(): any; }