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