import { type ClientOption, type ClientOptionGroup } from '@scalar/api-client/blocks/operation-code-sample';
import type { AvailableClients } from '@scalar/types/snippetz';
import { type WorkspaceEventBus } from '@scalar/workspace-store/events';
type __VLS_Props = {
    /** Client options */
    clientOptions: ClientOptionGroup[];
    /** The currently selected Http Client */
    selectedClient?: AvailableClients[number];
    /** List of featured clients */
    featuredClients: ClientOption[];
    /** Event bus */
    eventBus: WorkspaceEventBus;
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=ClientDropdown.vue.d.ts.map