/** * This file was automatically generated by the Stencil React Output Target. * Changes to this file may cause incorrect behavior and will be lost if the code is regenerated. */ import { type AmwalCheckoutButtonCustomEvent, type AmwalCheckoutStatus, type AmwalDismissalStatus, type AmwalWidgetCustomEvent, type AnalyticsEvent, type IAddress, type ICountry, type IState, type ITransactionDetails, type PriceUpdateEvent, type WidgetConfig } from "@amwaljs/checkout-button"; import { AmwalCheckoutButton as AmwalCheckoutButtonElement } from "@amwaljs/checkout-button/dist/components/amwal-checkout-button.js"; import { AmwalInstallmentsGuide as AmwalInstallmentsGuideElement } from "@amwaljs/checkout-button/dist/components/amwal-installments-guide.js"; import { AmwalInstallmentsTimeline as AmwalInstallmentsTimelineElement } from "@amwaljs/checkout-button/dist/components/amwal-installments-timeline.js"; import { AmwalPos as AmwalPosElement } from "@amwaljs/checkout-button/dist/components/amwal-pos.js"; import { AmwalWidgetModal as AmwalWidgetModalElement } from "@amwaljs/checkout-button/dist/components/amwal-widget-modal.js"; import { AmwalWidget as AmwalWidgetElement } from "@amwaljs/checkout-button/dist/components/amwal-widget.js"; import type { EventName, StencilReactComponent } from '@stencil/react-output-target/runtime'; export type AmwalCheckoutButtonEvents = { onAmwalCheckoutSuccess: EventName>; onUpdateOrderOnPaymentsuccess: EventName>; onAmwalDismissed: EventName>; onAmwalAddressUpdate: EventName>; onAmwalAddressCountryUpdate: EventName>; onAmwalAddressStateUpdate: EventName>; onAmwalPrePayTrigger: EventName>; onAmwalPreCheckoutTrigger: EventName>; }; export declare const AmwalCheckoutButton: StencilReactComponent; export type AmwalInstallmentsGuideEvents = NonNullable; export declare const AmwalInstallmentsGuide: StencilReactComponent; export type AmwalInstallmentsTimelineEvents = NonNullable; export declare const AmwalInstallmentsTimeline: StencilReactComponent; export type AmwalPosEvents = NonNullable; export declare const AmwalPos: StencilReactComponent; export type AmwalWidgetEvents = { onPromotionClick: EventName>; onPriceUpdate: EventName>; onAnalyticsEvent: EventName>; }; export declare const AmwalWidget: StencilReactComponent; export type AmwalWidgetModalEvents = { onModalClose: EventName>; }; export declare const AmwalWidgetModal: StencilReactComponent;