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

declare const MoreIcon: ReactIconComponentType;
export default MoreIcon;
            