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

declare const MoreVert: ReactIconComponentType;
export default MoreVert;
            