import PropertiesPanel from './GameObjectPanel';

export default function (
    config?: PropertiesPanel.IConfig
): PropertiesPanel;