/// <reference types="react" />
interface Props {
    color?: string;
    boxSize?: string;
}
export declare const Facebook: (props: Props) => JSX.Element;
export default Facebook;
