import type { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; import { SocialPostPreviewSkin } from './SocialPostPreview.types'; export declare const socialPostPreviewDriverFactory: (base: UniDriver) => { getSkin: () => Promise; getCaption: () => Promise; getProfileName: () => Promise; getProfileImageSrc: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; export type SocialPostPreviewUniDriver = ReturnType; //# sourceMappingURL=SocialPostPreview.uni.driver.d.ts.map