export declare class Q2Message { type: string; appearance: string; description: boolean; render(): any; }