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