import * as React from 'react';
export interface Props {
    color?: string;
    size?: number;
}
export declare const Facebook: React.FC<Props>;
