import { FC } from 'react'; interface WarningIconProps { color?: string; } export declare const WarningIcon: FC; export {};