/// import { ShapeProps } from './shapeUtils'; declare type RectangleProps = ShapeProps & { cornerRadius?: number; }; declare const Rectangle: React.FunctionComponent; export default Rectangle; //# sourceMappingURL=Rectangle.d.ts.map