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

declare const ExpandMore: ReactIconComponentType;
export default ExpandMore;
            