import { GritFieldStatus } from '../../common/interfaces/ui'; export declare class GritMessageGroup { private messageRef; private StatusDefault; host: HTMLGritWcMessageGroupElement; /** Defines the color of the text in the message. */ status: GritFieldStatus; /** Current message to be rendered. */ message: string; onMessageChanged(newVal: string, oldVal: string): void; prevMessage: string; _internalMessage: any; hostStyle: { height: string; }; componentDidLoad(): void; render(): any; private animateMessageSwitch; }