import type { ElementScriptTrigger } from '#nuxt-scripts/types'; type __VLS_Props = { dataAdClient: string; dataAdSlot: string; dataAdFormat?: 'auto' | 'rectangle' | 'vertical' | 'horizontal' | 'fluid' | 'autorelaxed'; dataAdLayout?: 'in-article' | 'in-feed' | 'fixed'; dataFullWidthResponsive?: boolean; /** * Defines the trigger event to load the script. */ trigger?: ElementScriptTrigger; }; type __VLS_Slots = { awaitingLoad?: () => any; loading?: () => any; error?: () => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { error: () => any; ready: (e: import("#nuxt-scripts/types").UseScriptContext) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onError?: (() => any) | undefined; onReady?: ((e: import("#nuxt-scripts/types").UseScriptContext) => any) | undefined; }>, { dataAdFormat: "auto" | "rectangle" | "vertical" | "horizontal" | "fluid" | "autorelaxed"; dataFullWidthResponsive: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };