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