import { Nullable } from "instill-sdk"; type UsageSwitchProps = { activeTab: "activity" | "cost"; setActiveTab: (tab: "activity" | "cost") => void; namespaceId: Nullable; }; export declare const UsageSwitch: ({ activeTab, setActiveTab, namespaceId, }: UsageSwitchProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UsageSwitch.d.ts.map