import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from '../../../vue/dist/vue.esm-browser.prod.js'; declare const _default: DefineComponent>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { questionSent: () => void; }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ api?: string; clientId?: string; pendingQuestion?: string; }>>> & Readonly<{ onQuestionSent?: (() => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: PropType<__VLS_NonUndefinedable>; } : { type: PropType; required: true; }; };