import { FunctionComponent } from 'react'; import { IIcon } from './BaseIcon'; declare const ArrowRightIcon: FunctionComponent; export default ArrowRightIcon; //# sourceMappingURL=ArrowRightIcon.d.ts.map