import PySplashscreen from "./py-splashscreen"; import type { PySplashscreenProperties, PySplashscreenPropertiesBase, PySplashscreenProps, PySplashscreenTag } from "./py-splashscreen.types"; export type { PySplashscreenPropertiesBase, PySplashscreenProperties, PySplashscreenProps, PySplashscreenTag, }; export default PySplashscreen;