import { SVGProps } from 'react';

declare const ChevronRightIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { ChevronRightIcon as default };
