import { Renderer2, ElementRef, OnInit } from '@angular/core'; import { PepLayoutService } from './layout.service'; import * as i0 from "@angular/core"; export declare class PepRtlClassDirective implements OnInit { private layoutService; private renderer; private element; constructor(layoutService: PepLayoutService, renderer: Renderer2, element: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class PepRtlDirectionDirective implements OnInit { private layoutService; private renderer; private element; constructor(layoutService: PepLayoutService, renderer: Renderer2, element: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }