import type { SVGProps } from "react"; import * as React from "react"; declare const SvgExclamationCircle: (props: SVGProps) => React.JSX.Element; export default SvgExclamationCircle; //# sourceMappingURL=ExclamationCircle.d.ts.map