import { BondsData } from '../types/bonds'; export declare const useTopTags: (initialBondList?: BondsData[]) => string[];