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

declare const InfoOutline: ReactIconComponentType;
export default InfoOutline;
            