export declare class WidgetState { static step: number; static satisfaction: number; static feedback: string; static email: string; constructor(); static changeStep(step: number): void; }