import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const ErrorOutlineIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { ErrorOutlineIcon, ErrorOutlineIcon as default };
//# sourceMappingURL=ErrorOutline.d.ts.map