export declare const WelcomeUI: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref"> & {
    ref?: import('react').Ref<SVGSVGElement>;
}, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
