import type { SVGProps } from "react"; export interface Rotate360IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Rotate360Icon({ className, size, color, ...props }: Rotate360IconProps): import("react").JSX.Element; //# sourceMappingURL=rotate-360-icon.d.ts.map