export declare const epCheckoutConfirmationMeta: { name: string; displayName: string; description: string; importName: string; importPath: string; props: { order: { type: "object"; displayName: string; description: string; }; showOrderSummary: { type: "boolean"; displayName: string; description: string; defaultValue: boolean; }; showPrintButton: { type: "boolean"; displayName: string; description: string; defaultValue: boolean; }; showContinueButton: { type: "boolean"; displayName: string; description: string; defaultValue: boolean; }; customSuccessMessage: { type: "string"; displayName: string; description: string; }; className: { type: "string"; displayName: string; description: string; }; onContinueShopping: { type: "eventHandler"; displayName: string; description: string; argTypes: never[]; }; onPrintOrder: { type: "eventHandler"; displayName: string; description: string; argTypes: never[]; }; }; }; export declare function registerEPCheckoutConfirmation(): void;