import { default as default_2 } from 'react'; export declare const description = "A card to display plan allocation and usage status"; export declare function PlanUsageCard({ title, current, limit, subtitle, className }: PlanUsageCardProps): default_2.JSX.Element; export declare interface PlanUsageCardProps { title: string; current: number; limit?: number; subtitle?: string; className?: string; } export { }