export declare class EmailConfirmationComponent {
    email: string;
    goBackURL: string;
}
