export type CheckoutState = { mounted: boolean; form: HTMLElement | null; }; //# sourceMappingURL=CheckoutState.type.d.ts.map