import { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const SummaryBarUniDriver: (base: UniDriver, body: UniDriver) => Promise<{ /** Is SummaryBar in success state */ isSuccessState: () => Promise; /** Is SummaryBar in loading state */ isLoadingState: () => Promise; /** Is SummaryBar in error state */ isErrorState: () => Promise; /** Gets retry button text */ getRetryButton: () => Promise; /** Gets error text */ getErrorText: () => Promise; getItemTextAt: (index: number) => Promise; exists: () => Promise; $: (selector: string) => UniDriver; $$: (selector: string) => import("@wix/unidriver-core").UniDriverList; get: (selector: string, options?: import("@wix/unidriver-core").GetOptions | undefined) => Promise>; getAll: (selector: string, options?: import("@wix/unidriver-core").GetOptions | undefined) => Promise>; text: () => Promise; click: () => Promise; hover: () => Promise; pressKey: (key: "a" | "b" | "i" | "p" | "q" | "s" | "u" | "g" | "0" | "1" | "2" | "/" | "_" | "," | "x" | "y" | "Space" | "Enter" | "Escape" | "Tab" | "ArrowDown" | " " | "-" | "3" | "$" | "4" | "5" | "6" | "." | "t" | "Open" | "Cancel" | "Delete" | "A" | "I" | "c" | "End" | "T" | "d" | "k" | "r" | "z" | ">" | "7" | "8" | "9" | "Power" | "Eject" | "Abort" | "Help" | "Backspace" | "Numpad5" | "NumpadEnter" | "\r" | "\n" | "ShiftLeft" | "ShiftRight" | "ControlLeft" | "ControlRight" | "AltLeft" | "AltRight" | "Pause" | "CapsLock" | "Convert" | "NonConvert" | "Numpad9" | "PageUp" | "Numpad3" | "PageDown" | "Numpad1" | "Home" | "Numpad7" | "ArrowLeft" | "Numpad4" | "Numpad8" | "ArrowUp" | "ArrowRight" | "Numpad6" | "Numpad2" | "Select" | "PrintScreen" | "Insert" | "Numpad0" | "NumpadDecimal" | "Digit0" | "Digit1" | "Digit2" | "Digit3" | "Digit4" | "Digit5" | "Digit6" | "Digit7" | "Digit8" | "Digit9" | "KeyA" | "KeyB" | "KeyC" | "KeyD" | "KeyE" | "KeyF" | "KeyG" | "KeyH" | "KeyI" | "KeyJ" | "KeyK" | "KeyL" | "KeyM" | "KeyN" | "KeyO" | "KeyP" | "KeyQ" | "KeyR" | "KeyS" | "KeyT" | "KeyU" | "KeyV" | "KeyW" | "KeyX" | "KeyY" | "KeyZ" | "MetaLeft" | "MetaRight" | "ContextMenu" | "NumpadMultiply" | "NumpadAdd" | "NumpadSubtract" | "NumpadDivide" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | "F13" | "F14" | "F15" | "F16" | "F17" | "F18" | "F19" | "F20" | "F21" | "F22" | "F23" | "F24" | "NumLock" | "ScrollLock" | "AudioVolumeMute" | "AudioVolumeDown" | "AudioVolumeUp" | "MediaTrackNext" | "MediaTrackPrevious" | "MediaStop" | "MediaPlayPause" | "Semicolon" | "Equal" | "NumpadEqual" | "Comma" | "Minus" | "Period" | "Slash" | "Backquote" | "BracketLeft" | "Backslash" | "BracketRight" | "Quote" | "AltGraph" | "Props" | "Clear" | "Shift" | "Control" | "Alt" | "Accept" | "ModeChange" | "Print" | "Execute" | "\0" | "e" | "f" | "h" | "j" | "l" | "m" | "n" | "o" | "v" | "w" | "Meta" | "*" | "+" | ";" | "=" | "`" | "[" | "\\" | "]" | "'" | "Attn" | "CrSel" | "ExSel" | "EraseEof" | "Play" | "ZoomOut" | ")" | "!" | "@" | "#" | "%" | "^" | "&" | "(" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "U" | "V" | "W" | "X" | "Y" | "Z" | ":" | "<" | "?" | "~" | "{" | "|" | "}" | "\"") => Promise; value: () => Promise; enterValue: (value: string, options?: import("@wix/unidriver-core").EnterValueOptions | undefined) => Promise; attr: (name: string) => Promise; mouse: import("@wix/unidriver-core").MouseUniDriver; getNative: () => Promise; hasClass: (name: string) => Promise; type: string; _prop: (name: string) => Promise; wait: (timeout?: number | undefined) => Promise; isDisplayed?: (() => Promise) | undefined; scrollIntoView?: (() => Promise<{}>) | undefined; }>; export default SummaryBarUniDriver; //# sourceMappingURL=SummaryBar.uni.driver.d.ts.map