import { PipeTransform } from '@angular/core';
import { NgxLinkifyOptions } from '../interfaces/ngx-linkifyjs.interface';
import * as i0 from "@angular/core";
export declare class NgxLinkifyjsPipe implements PipeTransform {
    transform(value: string, options?: NgxLinkifyOptions): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxLinkifyjsPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<NgxLinkifyjsPipe, "linkify", false>;
}
