import type { CSSProperties } from 'react'; import type { ContentPhase, PhaseType, SplashScreenShrinkTarget } from './types'; export declare const SPLASH_PHASES: Record; export declare function getContainerStyle(phase: PhaseType, shrinkTarget?: SplashScreenShrinkTarget): CSSProperties | undefined;