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