import { Icon } from "../../types/icon.mjs"; import React from "react"; //#region src/icons/chevron-right-circle/ChevronRightCircle.d.ts declare const ChevronRightCircleIcon: { (props: Icon): React.JSX.Element; displayName: string; }; //#endregion export { ChevronRightCircleIcon };