import type { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const liveRegionDriverFactory: (base: UniDriver) => { /** * Checks whether the component found with the given data hook * @returns {Promise} */ exists: () => Promise; /** * Gets the component root element * @returns {Promise} */ element: () => Promise; /** * Gets the message * @returns {Promise} */ getMessage: () => Promise; /** * Gets the role * @returns {Promise} */ getRole: () => Promise; click: () => Promise; }; export type LiveRegionUniDriver = ReturnType; //# sourceMappingURL=LiveRegion.uni.driver.d.ts.map