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