import * as React from 'react'; export interface IPropertiesPanelProps { style?: React.CSSProperties; } declare const PropertiesPanel: React.FunctionComponent; export default PropertiesPanel;