import { JSX } from 'react'; import { Polygon } from './Polygon'; export declare function Center(props: { coords: Polygon; }): JSX.Element; //# sourceMappingURL=Center.d.ts.map