import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare function TableTopNotificationUniDriver(base: UniDriver, body: UniDriver): { clickClose: () => Promise; textContent: () => Promise; exists: () => Promise; click: () => Promise; element: () => Promise; wait: (timeout?: number) => Promise; }; export default TableTopNotificationUniDriver; //# sourceMappingURL=TableTopNotification.uni.driver.d.ts.map