export interface tableData { header: string[]; columnPadding?: number; rowPadding?: number; rows: Array>; }