import React from 'react'; export declare const CustomerRegistrationForm: React.FC<{ title?: string; subtitle?: string; className?: string; redirectUrl: string; onError?: (error: string) => void; }>;