export type EmptyImage = 'empty' | 'error' | 'network' | string;
