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