import { FC, SVGProps } from 'react';
declare const CarretRight: FC<SVGProps<SVGSVGElement>>;
export default CarretRight;
