import React from 'react';
import type { IconProps } from '../types';
export declare const BetweenIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
