export declare const vBoxDriverFactory: ({ element }: { element: any; }) => { /** check if element exists */ exists: () => boolean; /** get the rendered content */ getChildren: () => any; };