import { FormioAuthService } from '../auth.service';
export declare class FormioAuthRegisterComponent {
    service: FormioAuthService;
    constructor(service: FormioAuthService);
}
