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