import React from "react"; import { IconComponentProps } from "./iconography.type"; declare const IconComponent: React.FC; export default IconComponent;