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