import { PropertyDetails } from './property-details'; export declare class PropertySection { id?: string; properties?: PropertyDetails[]; title?: string; collapsed?: boolean; type?: string; panel?: string; }