import React from "react"; import type { SVGIcon } from "./types"; declare const Warning: (props: SVGIcon) => React.JSX.Element; export default Warning; //# sourceMappingURL=warning.d.ts.map