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