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