import React from 'react'; interface AuthRegisterProps { title?: string; subtitle?: React.ReactNode; subtext?: React.ReactNode; loginUrl?: string; } declare const AuthRegister: React.FC; export default AuthRegister; //# sourceMappingURL=AuthRegister.d.ts.map