import { SymbolProps } from './types';
export declare const SymbolCircle: ({ x, y, size, fill, opacity, borderWidth, borderColor, }: SymbolProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=SymbolCircle.d.ts.map