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