import type { FC } from 'react'; import type { SplashScreenProps } from './types'; export declare const SplashScreen: FC;