import { truncate } from '../../utils/helpers'; import { sortAlphabetically } from '../../datasetDetails/features/utils/sortAlphabetically'; declare const _default: import('vue').DefineComponent, {}, { defaultLocale: string; showTitle: boolean; defaultDisplayCount: number; keywords: { displayAll: boolean; displayCount: number; incrementSteps: number[]; }; maxKeywordLength: number; followKeywordLinks: string; }, { displayedKeywords(): readonly any[]; isKeywordsAllDisplayed(): boolean; remainingKeywords(): number; sortedKeywords(): any[]; getKeywords: import('vuex').Computed; }, { truncate: typeof truncate; sortAlphabetically: typeof sortAlphabetically; increaseNumDisplayedKeywords(increment: any): void; nonOverflowingIncrementsForKeywords(incrementStep: any): boolean; keywordTruncated(keyword: any): boolean; clamp(n: any, min: any, max: any): number; getKeywordLink(keyword: any): { path: string; query: { keywords: any; locale: any; }; }; toggleDisplayCount(): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly> & Readonly<{}>, {}, {}, { AppLink: any; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;