import React from 'react'; import { SortableGridListProps } from './types'; declare function SortableGridList(props: SortableGridListProps): React.JSX.Element; export { SortableGridListProps }; export default SortableGridList;