/**
 * Created by alexbuicescu on 21 - Mar 2018.
 */
import { AllProps } from './ButtonFacebookComponent.types';
export declare function fbComponentDidMount(props: AllProps): void;
export declare function fbOnClick(props: AllProps): void;
export declare function fbSignOut(): void;
