import { FC } from "react"; import { IconProps } from "./../BaseIcon"; declare const SuccessIcon: FC; export default SuccessIcon;