import { IRouterProps } from '../types'; import React from 'react'; interface ISortHandlerProps extends IRouterProps { sortField?: string; label?: string; } declare const _default: React.ComponentClass, any>; export default _default; //# sourceMappingURL=index.d.ts.map