import '@arclux/arc-ui/toast'; import type { ArcToast } from '@arclux/arc-ui/toast'; import * as i0 from "@angular/core"; export declare class Toast { private readonly _el; /** The element, for the methods it is driven by: show(), dismiss(), clear(), updateToast() and complete(). */ get element(): ArcToast; set position(value: 'top-right' | 'top-left' | 'top-center' | 'bottom-right' | 'bottom-left' | 'bottom-center'); get position(): 'top-right' | 'top-left' | 'top-center' | 'bottom-right' | 'bottom-left' | 'bottom-center'; set duration(value: number); get duration(): number; set maxVisible(value: number); get maxVisible(): number; set dedupe(value: boolean); get dedupe(): boolean; set queueLimit(value: number); get queueLimit(): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }