import { EventEmitter } from '../../stencil-public-runtime'; export declare class cModal { animation: any; backdropaAnimation: any; isOpen: boolean; backdropDismiss: boolean; showBackdrop: boolean; size: string; width: string; parent: any; el: HTMLElement; willDismiss: EventEmitter; didDismiss: EventEmitter; willPresent: EventEmitter; didPresent: EventEmitter; cktButtonChange: EventEmitter; isOpenChanged(): Promise; backdropDismissChanged(): void; componentWillLoad(): void; componentDidLoad(): void; handleShow(): Promise; handleHide(): void; handleEmitButton: (e?: any) => void; showAnimation(): Promise; onClickBackdropBtn(e?: any): void; render(): any; }