import { NodeWithRectAndColor } from '../types'; import { RectLabelProps } from './types'; export declare const RectLabelSvg: ({ label, color, style, testId, }: RectLabelProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RectLabelSvg.d.ts.map