import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _WarningIcon({ color, width, height, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const WarningIcon: React.MemoExoticComponent<typeof _WarningIcon>;
export {};
//# sourceMappingURL=Warning.d.ts.map