import { ComponentFixture } from '@angular/core/testing';
/**
 * @internal
 */
export declare class SkyWaitFixture {
    #private;
    get isWaiting(): boolean;
    get isFullPage(): boolean;
    get ariaLabel(): string;
    get isNonBlocking(): boolean;
    constructor(fixture: ComponentFixture<unknown>, skyTestId: string);
}
