export declare const carouselWIPDriverFactory: ({ element }: {
    element: Element;
}) => {
    exists: () => boolean;
    isLoading: () => boolean;
    getChildren: () => NodeListOf<Element>;
    getImages: () => string[];
    clickPrevious: () => void;
    clickNext: () => void;
};
//# sourceMappingURL=CarouselWIP.driver.d.ts.map