import React from 'react'; import { ISort } from '../types'; export declare const Sort: ({ children, selected, fn }: ISort) => React.JSX.Element;