export declare const wait: (timeout?: number) => Promise; export declare const mockResizeObserver: () => void; export declare const mockElementOffset: () => void; export declare const logContain: (props: any) => Promise; interface LogObject { text?: string; tag?: string; anvilComponent?: string; textSource?: string; } export declare const expectLog: (obj: LogObject) => Promise; export declare const keypressLegacy: (el: any, key: string) => void; export {};