interface UsageDashboardProps { className?: string; } /** * UsageDashboard - Overview of all usage limits with visual bars * * @example * ```tsx * * ``` */ export declare function UsageDashboard({ className }: UsageDashboardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UsageDashboard.d.ts.map