import { ChangeDetectorRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
import { SkyThemeService } from '@skyux/theme';
import { SkyDescriptionListService } from './description-list.service';
import * as i0 from "@angular/core";
/**
 * Specifies the description in a term-description pair.
 */
export declare class SkyDescriptionListDescriptionComponent implements OnDestroy, OnInit {
    #private;
    service: SkyDescriptionListService;
    defaultDescription: string | undefined;
    themeName: string | undefined;
    templateRef: TemplateRef<unknown> | undefined;
    constructor(service: SkyDescriptionListService, changeDetector: ChangeDetectorRef, themeSvc?: SkyThemeService);
    ngOnInit(): void;
    ngOnDestroy(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyDescriptionListDescriptionComponent, [null, null, { optional: true; }]>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkyDescriptionListDescriptionComponent, "sky-description-list-description", never, {}, {}, never, ["*"], false, never>;
}
