import { IToastConfig } from '../interfaces'; export declare class ToastService { private readonly toast; constructor(toast: any); open(config: IToastConfig): void; }