import { FC } from 'react'; declare const ShapeContent: FC<{ onClose: () => void; }>; export default ShapeContent;