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