import { AfterViewInit, ElementRef, Injector, OnInit, Renderer2 } from '@angular/core';
import { OListItemComponent } from '../../list-item/o-list-item.component';
import { OListItemTextRenderer } from '../o-list-item-text-renderer.class';
import * as i0 from "@angular/core";
export declare const DEFAULT_INPUTS_O_LIST_ITEM_TEXT: string[];
export declare class OListItemTextComponent extends OListItemTextRenderer implements OnInit, AfterViewInit {
    protected _listItem: OListItemComponent;
    ICON_POSITION_LEFT: string;
    ICON_POSITION_RIGHT: string;
    _iconPosition: string;
    constructor(elRef: ElementRef, _renderer: Renderer2, _injector: Injector, _listItem: OListItemComponent);
    ngOnInit(): void;
    ngAfterViewInit(): void;
    get iconPosition(): string;
    set iconPosition(val: string);
    static ɵfac: i0.ɵɵFactoryDeclaration<OListItemTextComponent, [null, null, null, { optional: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OListItemTextComponent, "o-list-item-text", never, { "iconPosition": "icon-position"; }, {}, never, never, false, never>;
}
