/// <reference types="react" />
import { SplashScreenProps } from './SplashScreen.types';
export declare const SplashScreen: ({ ...props }: SplashScreenProps) => JSX.Element;
