import React, { SVGProps } from 'react'; declare const ThreeDotsHorizontalIcon: React.MemoExoticComponent<(props: SVGProps) => JSX.Element>; export { ThreeDotsHorizontalIcon };