import { PropertyAccess as BasePropertyAccess } from '@devextreme-generator/angular'; import { BindingElement } from '@devextreme-generator/core'; import { Property } from './class-members/property'; import { toStringOptions } from '../types'; export declare class PropertyAccess extends BasePropertyAccess { processProps(result: string, _options: toStringOptions, _elements?: BindingElement[]): string; compileStateSetting(state: string, property: Property): string; toString(options?: toStringOptions, elements?: BindingElement[]): string; getRefAccessor(member: Property): "" | "()" | null; }