export declare function showWarning(message: string): void; export declare function showDialog(title: string, message: string, options?: { autoCloseDelay?: number; }): void; export declare function initDotWithCSS(css?: { [key: string]: string; }): void; export declare function showDot(visible: boolean): void;