export declare const epCheckoutFormMeta: { name: string; displayName: string; description: string; importName: string; importPath: string; props: { cartId: { type: "string"; displayName: string; description: string; defaultValue: string; }; apiBaseUrl: { type: "string"; displayName: string; description: string; defaultValue: string; }; className: { type: "string"; displayName: string; description: string; }; onComplete: { type: "eventHandler"; displayName: string; description: string; argTypes: { name: string; type: "object"; }[]; }; onError: { type: "eventHandler"; displayName: string; description: string; argTypes: { name: string; type: "object"; }[]; }; }; trapsFocus: boolean; }; export declare function registerEPCheckoutForm(): void;