import * as React from "react"; import { IconProps } from '../lib'; declare const SealWarning: (props: IconProps) => React.JSX.Element; export default SealWarning; //# sourceMappingURL=SealWarning.d.ts.map