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