import type { ExternalDocumentationObject, InfoObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
type __VLS_Props = {
    id: string | undefined;
    oasVersion: string | undefined;
    info: InfoObject;
    externalDocs?: ExternalDocumentationObject;
    documentExtensions?: Record<string, unknown>;
    infoExtensions?: Record<string, unknown>;
    isLoading?: boolean;
    onLoaded?: (() => void) | unknown;
};
declare var __VLS_39: {}, __VLS_48: {}, __VLS_58: {};
type __VLS_Slots = {} & {
    'download-link'?: (props: typeof __VLS_39) => any;
} & {
    aside?: (props: typeof __VLS_48) => any;
} & {
    after?: (props: typeof __VLS_58) => any;
};
declare const __VLS_component: 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: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
//# sourceMappingURL=IntroductionLayout.vue.d.ts.map