import * as react from 'react';
import { LineFillIcon } from '../type.js';

declare const ArrowChevronRightCircle: react.ForwardRefExoticComponent<Omit<LineFillIcon, "ref"> & react.RefAttributes<SVGSVGElement>>;

export { ArrowChevronRightCircle };
