import { truncate } from '../../utils/helpers'; import { sortAlphabetically } from './utils/sortAlphabetically'; declare const _default: import('vue').DefineComponent<{}, {}, { showTitle: boolean; maxSubjectLength: number; defaultDisplayCount: number; followSubjectLinks: any; expanded: boolean; subject: { displayAll: boolean; displayCount: number; incrementSteps: number[]; }; }, { displayedSubjects(): any[]; isSubjectAllDisplayed(): boolean; sortedSubject(): any[]; getSubject: import('vuex').Computed; }, { truncate: typeof truncate; sortAlphabetically: typeof sortAlphabetically; toggleDisplayCount(): void; toggleExpanded(): void; getSubjectLink(subject: any): { path: string; query: { locale: any; subject: any; }; }; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, { Tooltip: any; AppLink: any; }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;