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