import type { EnvVariable } from '@scalar/api-client/store';
import type { Environment } from '@scalar/oas-utils/entities/environment';
import type { Collection, Server } from '@scalar/oas-utils/entities/spec';
import type { Workspace } from '@scalar/oas-utils/entities/workspace';
type __VLS_Props = {
    collection: Collection;
    environment: Environment;
    envVariables: EnvVariable[];
    layout: 'client' | 'reference';
    persistAuth: boolean;
    selectedSchemeOptions: {
        id: string;
        label: string;
    }[];
    server: Server | undefined;
    workspace: Workspace;
};
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=RequestAuthDataTable.vue.d.ts.map