import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, PropType } from '../../../vue/dist/vue.esm-browser.prod.js'; declare const _default: DefineComponent void; expand: () => void; isExpanded: boolean; activeTab: string; onTabChange: (tab: string) => void; apiHost?: string; clientId?: string; }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{ visible: boolean; close: () => void; expand: () => void; isExpanded: boolean; activeTab: string; onTabChange: (tab: string) => void; apiHost?: string; clientId?: string; }>>> & Readonly<{}>, {}, {}, {}, {}, 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; }; };