import { OnInit, Renderer2, ElementRef } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { PepLayoutType, PepHorizontalAlignment } from '@pepperi-addons/ngx-lib'; import * as i0 from "@angular/core"; export declare class PepSeparatorComponent implements OnInit { private renderer; private element; key: string; label: string; xAlignment: PepHorizontalAlignment; controlType: string; form: FormGroup; layoutType: PepLayoutType; private _visible; set visible(visible: boolean); get visible(): boolean; standAlone: boolean; constructor(renderer: Renderer2, element: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }