import React from "react"; import { PanelProps } from "../props/panel"; declare const PropertiesPanel: React.FC; export default PropertiesPanel;