import React from "react"; export interface SphereProps extends React.SVGProps { id?: string; fill?: string; stroke?: string; strokeWidth?: number; className?: string; } declare const _default: React.NamedExoticComponent & React.RefAttributes>; export default _default; //# sourceMappingURL=Sphere.d.ts.map