import { type AiSourceItem } from './ai-sources'; declare var __VLS_77: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_77) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: () => never[]; }; readonly mode: { readonly type: import("vue").PropType<"inline" | "card" | "badge">; readonly default: "inline"; }; readonly maxVisible: { readonly type: NumberConstructor; readonly default: 5; }; readonly showScore: { readonly type: BooleanConstructor; readonly default: true; }; readonly showFileType: { readonly type: BooleanConstructor; readonly default: true; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { scrollToSource: (id: string | number) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly mode: "inline" | "card" | "badge"; readonly sources: AiSourceItem[]; readonly maxVisible: number; readonly showScore: boolean; readonly showFileType: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };