/// <reference types="@types/react" />
import React from 'react';
declare const ChevronRightIcon: React.FunctionComponent;
export default ChevronRightIcon;
