import React from "react"; import { IconComponentType } from "./types"; declare const AnimatedIconComponent: React.FC; export default AnimatedIconComponent;