export interface SnackbarState { show: boolean; message: string; }