import * as React from 'react'; import { IconProps } from '../types'; export default function AlertSolid(props: IconProps): React.ReactElement;