import { LayerLegend } from '../../'; import { PropertyType } from '@csnext/cs-data'; export declare class PropertyDetails { key?: string; legends?: LayerLegend[]; type?: PropertyType; value?: any; allowLegend?: boolean; }