import { OnInit, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GitAuthComponent implements OnInit, AfterViewInit { Size: string; ConnectClicked: boolean; constructor(); ngAfterViewInit(): void; ngOnInit(): void; /** * Connect Github Provider */ ConnectGitHubProvider(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }