/// <reference types="react" />
export declare function facebook(color: string, size: string): JSX.Element;
export declare function instagram(color: string, size: string): JSX.Element;
export declare function pinterest(color: string, size: string): JSX.Element;
export declare function twitter(color: string, size: string): JSX.Element;
export declare function youtube(color: string, size: string): JSX.Element;
