interface LoadingIconProps { width?: number; height?: number; color?: string; rx?: number; ry?: number; strokeWidth?: number; className?: string; } export declare function LoadingIcon({ width, height, color, strokeWidth, rx, ry, className, }: LoadingIconProps): import("react/jsx-runtime").JSX.Element; export {};