import React from 'react'; import { AlertIconFontAwesomeProps, AlertIconProps } from './types'; declare const AlertIconFontAwesome: React.FC; declare const MemoAlertIcon: React.NamedExoticComponent; export { MemoAlertIcon as AlertIcon, AlertIconFontAwesome };