import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
type __VLS_Props = {
    /** The selected server URL */
    xSelectedServer?: string;
    /** Available servers */
    servers: ServerObject[];
    /** The id of the target to use for the popover (e.g. address bar) */
    target: string;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {
    server: import("vue").ComputedRef<ServerObject | undefined>;
    servers: ServerObject[];
    serverUrlWithoutTrailingSlash: import("vue").ComputedRef<string>;
    serverOptions: import("vue").ComputedRef<{
        id: string;
        label: string;
    }[]>;
    selectedServer: import("vue").WritableComputedRef<{
        id: string;
        label: string;
    } | undefined, {
        id: string;
        label: string;
    } | undefined>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    "update:modelValue": (value: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    "onUpdate:modelValue"?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=Selector.vue.d.ts.map