/// export declare class Tip implements ITip { element: HTMLElement; constructor(); show(text: string, time?: number): void; hide(): void; }