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