import { EventEmitter } from '@angular/core'; import { DescopeAuthConfig, ILogger } from '../../types/types'; import * as i0 from "@angular/core"; export declare class SignUpFlowComponent { projectId: string; locale: string; theme: 'light' | 'dark' | 'os'; tenant: string; telemetryKey: string; redirectUrl: string; autoFocus: true | false | 'skipFirstScreen'; validateOnBlur: boolean; restartOnError: boolean; debug: boolean; errorTransformer: (error: { text: string; type: string; }) => string; onScreenUpdate: (screenName: string, context: Record, next: (interactionId: string, form: Record) => Promise, ref: HTMLElement) => boolean | Promise; client: Record; nonce: string; dismissScreenErrorOnInput: boolean; form: Record; logger: ILogger; styleId: string; success: EventEmitter; error: EventEmitter; constructor(descopeConfig: DescopeAuthConfig); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }