import { default as React } from 'react';
import { SortSelectProps } from './SortSelect.types';

export declare const SortSelect: React.FC<SortSelectProps>;
