import type { CopilotPopupWelcomeScreenInputSlotProps, CopilotPopupWelcomeScreenLayoutSlotProps, CopilotPopupWelcomeScreenSuggestionViewSlotProps } from "./types"; type __VLS_Slots = { "welcome-message"?: () => unknown; input?: (props: CopilotPopupWelcomeScreenInputSlotProps) => unknown; "suggestion-view"?: (props: CopilotPopupWelcomeScreenSuggestionViewSlotProps) => unknown; layout?: (props: CopilotPopupWelcomeScreenLayoutSlotProps) => unknown; }; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { isRunning: boolean; suggestions: import("@copilotkit/core").Suggestion[]; onAddFile: () => void; inputMode: import("./types").CopilotChatInputMode; inputToolsMenu: (import("./types").ToolsMenuItem | "-")[]; onFinishTranscribeWithAudio: (audioBlob: Blob) => void | Promise; modelValue: string; onStartTranscribe: () => void; onCancelTranscribe: () => void; onFinishTranscribe: () => void; loadingIndexes: ReadonlyArray; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CopilotPopupWelcomeScreen.vue.d.ts.map