import { ProductWithPrices } from "../../types"; export declare function UpgradeCloudSubscriptionView({ product, includePriceSelect, largePriceLabel, projectId }: { product: ProductWithPrices; projectId: string; includePriceSelect?: boolean; largePriceLabel?: boolean; }): import("react").JSX.Element;