import { Notification } from '../../helpers/hud'; export declare class SlitheHud { host: HTMLSlHudElement; notifications: Notification[]; /** * @private */ addNotification(notification: Notification): Promise; /** * @private */ removeNotification(notification: Notification): Promise; connectedCallback(): void; render(): any; }