import { SortableKeys } from '../../YourBonds'; declare const YourBondsMenu: ({ handleSort, }: { chainFilterOption: string[]; setChainFilterOption: (newValue: string[]) => void; filterOptions: string[]; filterOption: string; setFilterOption: (newValue: string) => void; setInputValue: (newValue: string) => void; inputValue: string; handleSort: (key: SortableKeys) => void; }) => import("react").JSX.Element; export default YourBondsMenu;