import React from "react"; import { PropertyPanelProps } from "./types"; declare const PropertyPanel: React.FC; export default PropertyPanel;