import { EventEmitter } from '../../stencil-public-runtime'; export declare class cToast { bodyRect: any; toastRect: any; toastManager: any; toastListTopLeft: any; toastListTopCenter: any; toastListTopRight: any; toastListBottomLeft: any; toastListBottomCenter: any; toastListBottomRight: any; toastManagerId: string; toastListTopLeftId: string; toastListTopCenterId: string; toastListTopRightId: string; toastListBottomLeftId: string; toastListBottomCenterId: string; toastListBottomRightId: string; el: HTMLElement; didDismiss: EventEmitter; parent: any; show$t: any; size: string; color: string; type: string; typeColor: string; title: string; caption: string; isOpen: boolean; dismiss: boolean; duration: number; position: string; isFromService: boolean; isOpenChanged(): Promise; appendToTop(): void; restoreToOriginalPosition(): void; initToastManagerAndList(): void; handlePosition(): void; init(): void; onClickDismiss: () => void; componentWillLoad(): void; componentDidLoad(): void; render(): any; }