import { SkyDefinitionListService } from './definition-list.service';
import * as i0 from "@angular/core";
/**
 * Specifies the label in a label-value pair.
 * @deprecated Use `SkyDescriptionListTermComponent` instead.
 */
export declare class SkyDefinitionListLabelComponent {
    service: SkyDefinitionListService;
    labelWidth: number | undefined;
    constructor(service: SkyDefinitionListService);
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyDefinitionListLabelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkyDefinitionListLabelComponent, "sky-definition-list-label", never, {}, {}, never, ["*"], false, never>;
}
