export interface IGridImages { img: string; title: string; colWidth: number; }