import React from "react"; declare class PropertyPanel extends React.Component { render(): JSX.Element; } export default PropertyPanel;