import React from 'react'; export interface IPropertiesPanelProps { } declare const PropertiesTable: React.FunctionComponent; export default PropertiesTable;