import { FunctionComponent } from "react"; import { ShapeProps } from "./types"; export declare const Shape: FunctionComponent;