import { SkyQueryableComponentHarness } from '@skyux/core/testing';
/**
 * Harness to interact with a toolbar view actions component in tests.
 */
export declare class SkyToolbarViewActionsHarness extends SkyQueryableComponentHarness {
    /**
     * @internal
     */
    static hostSelector: string;
}
