import React from "react"; export declare type SVGProps = JSX.IntrinsicElements["svg"] & { colors?: [string, string]; index?: number; value?: number; step?: number; customSVG?: any; }; export declare const SVGComponent: React.FC;