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