import { type AiPromptItem } from './ai-prompts'; declare var __VLS_1: {}, __VLS_3: { item: any; index: any; }, __VLS_5: { icon: any; }; type __VLS_Slots = {} & { title?: (props: typeof __VLS_1) => any; } & { item?: (props: typeof __VLS_3) => any; } & { icon?: (props: typeof __VLS_5) => any; }; declare const __VLS_component: import("vue").DefineComponent; default: () => never[]; }; layout: { type: import("vue").PropType<"horizontal" | "vertical" | "waterfall">; default: string; }; title: { type: StringConstructor; default: string; }; themeOverrides: { type: import("vue").PropType; default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { items: (string | AiPromptItem)[]; themeOverrides: import("@yh-ui/theme").AiPromptsThemeVars; layout: "horizontal" | "vertical" | "waterfall"; title: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };