import { AlertService } from './alert.service'; import { AlertType, AlertInput, AlertAlignment, AlertResult } from './types'; export { AlertService, AlertType, AlertInput, AlertAlignment, AlertResult }; export declare class VCLAlertModule { }