export interface NoDataFoundProps { iconName: string; iconWidth?: number; iconHeight?: number; text?: string; textFontSize?: string; textDirectionRow?: boolean; gap?: string; }