export declare class Alert { Message: string; Type: string; ConfirmLabel: string; RejectLabel: string; promptResult: string; constructor(message: string, type: string, confirmLabel: string, rejectLabel: string); }