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