import * as i0 from '@angular/core'; import { ElementRef, Renderer2, OnInit } from '@angular/core'; declare class NgxStringsService { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class NgxStringsComponent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class EmailcutDirective { private el; private renderer; invalid: string; constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class InitialcaseDirective { private el; private renderer; constructor(el: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class LinelimitDirective implements OnInit { private el; private renderer; lines: string; constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class LowercaseDirective { private el; private renderer; constructor(el: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class ReplacerDirective { private el; private renderer; from: string; to: string; constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class StringcutDirective implements OnInit { private el; private renderer; start: number; end: number; overflow: boolean; constructor(el: ElementRef, renderer: Renderer2); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class TitlecaseDirective { private el; private renderer; constructor(el: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class UppercaseDirective { private el; private renderer; constructor(el: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { EmailcutDirective, InitialcaseDirective, LinelimitDirective, LowercaseDirective, NgxStringsComponent, NgxStringsService, ReplacerDirective, StringcutDirective, TitlecaseDirective, UppercaseDirective };