import { ReactIconComponentType } from '../types';

declare const ChevronRight: ReactIconComponentType;
export default ChevronRight;
            