import type { ElementScriptTrigger } from '../types.js'; type __VLS_Props = { trigger?: ElementScriptTrigger; publishableKey: string; pricingTableId: string; clientReferenceId?: string; customerEmail?: string; customerSessionClientSecret?: string; }; type __VLS_Slots = { default?: () => any; loading?: () => any; awaitingLoad?: () => any; error?: () => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { error: () => any; ready: (args_0: import("../types.js").UseScriptContext>) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onError?: (() => any) | undefined; onReady?: ((args_0: import("../types.js").UseScriptContext>) => any) | undefined; }>, { trigger: ElementScriptTrigger; }, {}, {}, {}, 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; }; };