import { KnowledgeBase, Nullable } from "instill-sdk"; import type { OrganizationSubscription, UserSubscription } from "../lib/helpers"; type FilesTabProps = { knowledgeBase: KnowledgeBase; onGoToUpload: () => void; remainingStorageSpace: number; subscription: Nullable; updateRemainingSpace: (fileSize: number, isAdding: boolean) => void; namespaceType: Nullable<"user" | "organization">; isLocalEnvironment: boolean; }; export declare const FilesTab: ({ knowledgeBase, onGoToUpload, updateRemainingSpace, }: FilesTabProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FilesTab.d.ts.map