import { Property } from '../elements/Property'; import { AxFilter } from '../filters/ax-filter'; export declare class FilterProperty extends Property { filter: AxFilter; constructor(filterProperty?: FilterProperty); }