/**
 * Created by alexbuicescu on 21 - Mar 2018.
 */
import { AllProps } from './ButtonGoogleComponent.type';
declare global {
    interface Window {
        gapi?: any;
    }
}
export declare function googleComponentDidMount(props: AllProps): void;
export declare function googleOnClick(props: AllProps): void;
export declare function googleSignOut(): void;
