import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgChevronRight: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgChevronRight; //# sourceMappingURL=ChevronRight.d.ts.map