import React from "react";
import { IconProps } from "./types/interfaces";
declare const Icon: React.FC<IconProps>;
export default Icon;
