/// import { IconProps } from './Icon'; export default function AlertSuccessIcon({ fill, ...iconProps }: IconProps): JSX.Element;