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