import { ComponentFixture } from '@angular/core/testing';
/**
 * Allows interaction with a SKY UX label component.
 * @internal
 */
export declare class SkyLabelFixture {
    #private;
    /**
     * The label's current type.
     */
    get labelType(): string | undefined;
    /**
     * The label's current text.
     */
    get text(): string | undefined;
    constructor(fixture: ComponentFixture<any>, skyTestId: string);
}
