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