import { ComponentDetached } from "aurelia-templating"; import { LoggerFactory } from "@ssv/au-core"; import { SnackbarRef } from "./snackbar-ref"; import { SnackbarService } from "./snackbar.service"; export declare class SnackbarHostElement implements ComponentDetached { private snackbar; activeItem: SnackbarRef | null; private logger; private activeItem$$; constructor(loggerFactory: LoggerFactory, snackbar: SnackbarService); bind(): void; detached(): void; }