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