import React from "react";
import { SortByProps } from "./SortBy.types";
declare const SortBy: React.FC<SortByProps>;
export default SortBy;
