import * as React from 'react'; import { Point, ShapeComponentProps, Size } from '../../src/types'; export declare const calculateDiamondPoints: (size: Size) => Array; export declare const Diamond: React.FC;