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