/** Copyright 2023 Infosys Ltd. */
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgCustomPipeComponent implements OnInit {
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgCustomPipeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgCustomPipeComponent, "ng-custom-pipe", never, {}, {}, never, never, false, never>;
}
