/** * Native window reference * * Usage: *
 * // Individual module import
 * import { WindowReference } from 'patternfly-ng/utilities';
 * // Or
 * import { WindowReference } from 'patternfly-ng';
 */
export declare class WindowReference {
    readonly nativeWindow: any;
}