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