interface UsageBarProps { limitSlug: string; showLabel?: boolean; className?: string; } /** * UsageBar - Visual progress bar for quota usage * * @example * ```tsx * * ``` */ export declare function UsageBar({ limitSlug, showLabel, className }: UsageBarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=UsageBar.d.ts.map