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

declare const HelpOutline: ReactIconComponentType;
export default HelpOutline;
            