import { OnInit, OnDestroy, ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxSerpBingComponent implements OnInit, OnChanges, OnDestroy {
    private cdRef;
    class: string;
    title?: string;
    description?: string;
    url: string;
    formattedUrl: string;
    formattedDescription: string;
    formattedTitle: string;
    downIcon: string;
    constructor(cdRef: ChangeDetectorRef);
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): void;
    ngOnDestroy(): void;
    private formatUrl;
    /**
     * Truncate String
     */
    private truncateString;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxSerpBingComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgxSerpBingComponent, "ngx-serp-bing", never, { "title": "title"; "description": "description"; "url": "url"; }, {}, never, never, true, never>;
}
