import { FC } from "react"; import { IconPropsType } from "./interface"; declare const Icon: FC; export default Icon;