import { default as React } from 'react'; export interface WarningIconProps { className?: string; } export declare const WarningIcon: React.FC;