export declare const epPaymentFormMeta: { name: string; displayName: string; description: string; importName: string; importPath: string; props: { order: { type: "object"; displayName: string; description: string; }; stripePublishableKey: { type: "string"; displayName: string; description: string; defaultValue: string; }; apiBaseUrl: { type: "string"; displayName: string; description: string; defaultValue: string; }; theme: { type: "choice"; displayName: string; description: string; options: string[]; defaultValue: string; }; className: { type: "string"; displayName: string; description: string; }; onSuccess: { 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 registerEPPaymentForm(): void;