import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface RefreshIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function RefreshIcon({ size, color, style, className, ...props }: RefreshIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RefreshIcon.d.ts.map