import type { SvgSymbolProps } from "./types";
export declare const SvgSymbol: ({ cornerRadius, fill, opacity, shape, size, stroke, strokeLinecap, strokeWidth, testID, x, y }: SvgSymbolProps) => import("react").JSX.Element;
//# sourceMappingURL=symbols.d.ts.map