declare const getRowStyles: (onRowClick: () => void, rowHighlight: boolean) => string; export default getRowStyles;