import React from "react"; import type { SVGIcon } from "./types"; declare const ChevronRight: (props: SVGIcon) => React.JSX.Element; export default ChevronRight; //# sourceMappingURL=chevron-right.d.ts.map