import { IconComponentProps } from '@/src/lib/types'; /** * This function renders an SVG icon of a refresh action. * * @version 1.0.0 * @author Aayush Goyal * @created 2025-07-15 * @modifier * @modified * @since 1.6.0 */ declare const Refresh: ({ color, height, strokeWidth, width, className, style, ...props }: IconComponentProps) => import("react/jsx-runtime").JSX.Element; export default Refresh;