/// import { EventEmitter } from '../../stencil-public-runtime'; export declare class Toast { element: HTMLBalToastElement; timer: NodeJS.Timeout; toastId: string; color: BalProps.BalToastColor; duration: number; message: string; closeHandler: () => void; balClose: EventEmitter; componentWillLoad(): Promise; closeIn(duration: number): Promise; close(): Promise; get colorType(): string; render(): any; }