import * as React from 'react';
export declare const isRowClick: (event: React.SyntheticEvent | React.KeyboardEvent) => boolean;
