import * as React from "react"; import { AnimatedSocialIconProps } from "./animatedSocialIcon.props"; /** * A minimalistic animation library for social icons from font-awesome 5. * Use this library to redirect users to your social webpages! */ export declare const AnimatedSocialIcon: React.FunctionComponent;