import { default as React } from 'react';
import { IconStyles } from './types';
interface WarningAmberIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const WarningAmberIcon: React.FC<WarningAmberIconProps>;
export default WarningAmberIcon;
//# sourceMappingURL=WarningAmber.d.ts.map