/**
 * Properties Components - Barrel export for property panel components
 * Following Single Responsibility Principle
 */
export * from './PropertyPanel';
export * from './PropertyPanelHeader';
export * from './PropertyPanelFooter';
export * from './NodeBasicProperties';
export * from './NodeConfigurationSection';
export * from './NodePropertiesPanel';
//# sourceMappingURL=index.d.ts.map