import { TwoTonedIcon } from '../iconTypes';
declare const IconAlertBlank: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default IconAlertBlank;
