import { type ClientOptionGroup } from '@scalar/api-client/v2/blocks/operation-code-sample';
import type { HttpMethod as HttpMethodType } from '@scalar/helpers/http/http-methods';
import type { WorkspaceStore } from '@scalar/workspace-store/client';
import type { OperationObject, SecuritySchemeObject, ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
type __VLS_Props = {
    id: string;
    path: string;
    method: HttpMethodType;
    operation: OperationObject;
    securitySchemes: SecuritySchemeObject[];
    server: ServerObject | undefined;
    store: WorkspaceStore;
    /** Global options that can be derived from the top level config or assigned at a block level */
    options: {
        /** Sets some additional display properties when an operation is a webhook */
        isWebhook: boolean;
        showOperationId: boolean | undefined;
        hideTestRequestButton: boolean | undefined;
        expandAllResponses: boolean | undefined;
        clientOptions: ClientOptionGroup[];
        orderRequiredPropertiesFirst: boolean | undefined;
        orderSchemaPropertiesBy: 'alpha' | 'preserve' | undefined;
    };
};
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=ModernLayout.vue.d.ts.map