/// import IconBase from "../IconBase"; declare class IconChevronLeftAndRight extends IconBase { getIconComponent(props: any): JSX.Element; } export default IconChevronLeftAndRight;