declare function BrDisplayGrid(props: any): JSX.Element; declare namespace BrDisplayGrid { namespace propTypes { const gridItemCount: PropTypes.Requireable; const onGridItemClick: PropTypes.Requireable<(...args: any[]) => any>; const lastSelectableGridItemNumber: PropTypes.Requireable; const currSelectionValue: PropTypes.Requireable; } } export default BrDisplayGrid; import PropTypes from 'prop-types';