export function sidebarItemButtonNextDriverFactory(base: any, body: any): { /** * Returns if the sidebar item is selected * @returns {Promise} */ isSelected: () => Promise; /** * Returns if the sidebar item is disabled * @returns {Promise} */ isDisabled: () => Promise; /** * Returns if a suffix exists * @returns {Promise} */ suffixExists: () => Promise; /** * Returns count of suffix items * @returns {Promise} */ getSuffixCount: () => Promise; /** * Returns if a prefix exists * @returns {Promise} */ prefixExists: () => Promise; /** * Returns the skin * @returns {Promise} */ getSkin: () => Promise; /** * Returns the displayed text * @returns {Promise} * */ getText: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; //# sourceMappingURL=SidebarItemButtonNext.uni.driver.d.ts.map