import React from 'react'; export declare const RegistrationForm: ({ data }: { data: any; }) => React.JSX.Element;