import type { IconProps } from '../types/index'; declare function SvgArrowsHorizontal(iconProps: IconProps): JSX.Element; declare namespace SvgArrowsHorizontal { var displayName: string; } export default SvgArrowsHorizontal;