import React from 'react'; interface IArrowGroup { flip?: boolean; color?: string; } declare const ArrowGroup: React.FC; export default ArrowGroup;