/// interface CategoryCellProps { value: string; categoryColor: string; } export declare function CategoryCell(props: CategoryCellProps): JSX.Element; export {};