import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class GetPipe implements PipeTransform {
    /**
     * @param value The object to retrieve the property from.
     * @param path The dot-separated path string to the property.
     * @param defaultValue The value to return if the property is not found.
     */
    transform(value: any, path: string, defaultValue?: any): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<GetPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<GetPipe, "get", true>;
}
