import type { UsageStats } from '../../lib/api-client/usage'; export interface UsageProjectsProps { projects: NonNullable; } /** Global scope only: which registered project roots the totals came from. */ export declare function UsageProjects({ projects }: UsageProjectsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UsageProjects.d.ts.map