import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgWarning: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgWarning; //# sourceMappingURL=Warning.d.ts.map