import { View } from '../../core/view'; import { RootLayoutBase } from './root-layout-common'; import { ShadeCoverOptions } from '.'; export * from './root-layout-common'; export declare class RootLayout extends RootLayoutBase { private _currentGradient; private _gradientLayer; constructor(); protected _bringToFront(view: View): void; protected _initShadeCover(view: View, shadeOptions: ShadeCoverOptions): void; protected _updateShadeCover(view: View, shadeOptions: ShadeCoverOptions): Promise; protected _closeShadeCover(view: View, shadeOptions: ShadeCoverOptions): Promise; protected _cleanupPlatformShadeCover(): void; private _applyAnimationProperties; private _convertDurationToSeconds; }