export declare class BlockUi { loading: boolean; message: string; start(message?: string): void; stop(): void; }