import type { SplashScreenPlugin } from './definitions';
declare const SplashScreen: SplashScreenPlugin;
export * from './definitions';
export { SplashScreen };
