import { ElementRef, EventEmitter, OnInit } from '@angular/core';
import { IClampOptions, IClampResponse } from 'clamp.ts';
import * as i0 from "@angular/core";
export declare class NgxClampDirective implements OnInit {
    private contentElementRef;
    ngxClampOptions: IClampOptions;
    ngxClampResponse: EventEmitter<IClampResponse>;
    constructor(contentElementRef: ElementRef);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxClampDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NgxClampDirective, "[ngx-clamp]", never, { "ngxClampOptions": "ngxClampOptions"; }, { "ngxClampResponse": "ngxClampResponse"; }, never>;
}
