export declare class SpinnerEvent { spin: boolean; message: string; constructor(spin?: boolean, message?: string); }