import React from 'react';
import { SocialButtonProps } from './types';
export declare const SocialButton: React.FC<SocialButtonProps>;
