import { EventEmitter } from '../../stencil-public-runtime'; export declare class webcapAlert { alerttext: string; textcolor: string; alertboxcolor: string; bordercolor: string; borderradius: string; height: string; width: string; backgroundcolor: string; deletecolor: string; togglefalse: boolean; toggle: EventEmitter; toggleComponent(): void; render(): any; }