import { ReactElement } from 'react'; import { Config } from './config'; export declare const DEFAULT_POLYGON_SIDE_LENGTH = 20; interface RenderProps extends Omit { className?: string; } export declare const Polygon: ({ numSides, sideLength, rotation, color: colorVal, backgroundColor, className, cornerRounding, strokeWidth, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map