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