export declare const View: "View" & { readonly type?: "View" | undefined; readonly props?: import("@shopify/post-purchase-ui-extensions").ViewProps | undefined; readonly children?: true | undefined; } & import("@remote-ui/react").ReactComponentTypeFromRemoteComponentType>; //# sourceMappingURL=View.d.ts.map