import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface WarningOutlinedIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function WarningOutlinedIcon({ size, color, style, className, ...props }: WarningOutlinedIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WarningOutlinedIcon.d.ts.map