export interface ColumnProps { Header: string accessor?: string Cell?: (e: any) => JSX.Element disableSortBy?: boolean sticky?: string }