import React from 'react';
import IconProps from './types/icon-type';
declare const MoreHorizontalIcon: React.FC<IconProps>;
export default MoreHorizontalIcon;
