import { ReactIconComponentType } from '../types';

declare const Warning: ReactIconComponentType;
export default Warning;
            