declare module "@rn-toolkit/react-native-lottie-splash-screen" { export default class SplashScreen { static hide(): void; static show(): void; } }