import { PipeTransform } from '@angular/core';
import { PropertyDeclaration } from '../../interfaces';
import * as i0 from "@angular/core";
export declare class PropertyNamePipe implements PipeTransform {
    constructor();
    transform(property: PropertyDeclaration): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<PropertyNamePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<PropertyNamePipe, "dgPropertyName", false>;
}
//# sourceMappingURL=property-name.pipe.d.ts.map