import { ElementRef, RendererFactory2 } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * @internal
 */
export declare class SkyDescriptionListAdapterService {
    #private;
    constructor(rendererFactory: RendererFactory2);
    getWidth(elementRef: ElementRef): number;
    setResponsiveClass(element: ElementRef): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListAdapterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SkyDescriptionListAdapterService>;
}
