import { IconProps } from './types';
export declare const ExclamationIcon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
export default ExclamationIcon;
