export type onShowAlertType = (text: string, type: 'info' | 'error') => void;