import { type ClientOption, type ClientOptionGroup } from '@scalar/api-client/v2/blocks/operation-code-sample';
import type { AvailableClients } from '@scalar/types/snippetz';
type __VLS_Props = {
    /** Client options */
    clientOptions: ClientOptionGroup[];
    /** The currently selected Http Client */
    xSelectedClient?: AvailableClients[number];
    /** List of featured clients */
    featuredClients: ClientOption[];
    /** The id of the tab panel that contains for the non featured clients */
    morePanel?: string;
};
declare const _default: 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>;
export default _default;
//# sourceMappingURL=ClientDropdown.vue.d.ts.map