import { FC } from "react";
import { SocialIconProps } from "..";
export declare const Icon: FC<SocialIconProps>;
