/**
 * Define a service that exposes the native window object
 */
export declare class TsWindowService {
    /**
     * Return a function that returns the native window object
     *
     * @returns The function that returns the native window object
     */
    get nativeWindow(): Window;
}
