import React from 'react'; import { GridListProps, GridListBaseProps } from './types'; declare function GridList(props: GridListProps): React.JSX.Element; export { GridListBaseProps, GridListProps }; export default GridList;