import { AirGapUIAlert } from '../../types/ui/alert';
export declare function newSuccessUIAlert(alert: Omit<AirGapUIAlert, 'type'>): AirGapUIAlert;
export declare function newInfoUIAlert(alert: Omit<AirGapUIAlert, 'type'>): AirGapUIAlert;
export declare function newWarningUIAlert(alert: Omit<AirGapUIAlert, 'type'>): AirGapUIAlert;
export declare function newErrorUIAlert(alert: Omit<AirGapUIAlert, 'type'>): AirGapUIAlert;
