export declare function createRowClickHandlers(row: T, onRowClick?: (row: T) => void, getRowUrl?: (row: T) => string): { handleClick: (event: React.MouseEvent) => void; handleMouseDown: (event: React.MouseEvent) => void; };