import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare function SplashUniDriver(base: UniDriver, body: UniDriver, { dataHook }: { dataHook: string; }): { waitInitialLoader: (timeout?: number) => Promise; /** Indicates whether initial loader is in loading status */ isInitialLoaderLoading: () => Promise; /** Indicates whether initial loader exists */ initialLoaderExists: () => Promise; waitInitialLoaderRemoved: (timeout?: number) => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; }; //# sourceMappingURL=Splash.uni.driver.d.ts.map