import { ChopLogicAlertMode, ChopLogicIconName } from '../../enums';
export declare function getAlertTitle(mode: ChopLogicAlertMode, title?: string): string;
export declare function getAlertIcon(mode: ChopLogicAlertMode, icon?: ChopLogicIconName): ChopLogicIconName | undefined;
