import { ConfigPlugin } from '@expo/config-plugins'; import { IBSplashScreenDocument } from './InterfaceBuilder'; import { IOSSplashConfig } from './getIosSplashConfig'; export declare const withIosSplashScreenImage: ConfigPlugin; export declare function applySplashScreenStoryboard(obj: IBSplashScreenDocument, splash: IOSSplashConfig): IBSplashScreenDocument;