import * as React from "react"; import type { PagePropsLike } from "./types"; export declare const withPrismicUnpublishedPreview: (WrappedComponent: React.ComponentType) => React.ComponentType;