import { Nullable } from "instill-sdk"; type UpgradePlanLinkProps = { plan: string; namespaceType: Nullable<"user" | "organization">; selectedNamespace: Nullable; }; export declare const UpgradePlanLink: ({ plan, namespaceType, selectedNamespace, }: UpgradePlanLinkProps) => import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=UpgradePlanLink.d.ts.map