import type { SubscriptionEntry } from "./types.js"; export interface SubscriptionRowProps { entry: SubscriptionEntry; isSelected: boolean; onSelect: () => void; barLeft: string; barWidth: string; barColor: string; } export declare function SubscriptionRow({ entry, isSelected, onSelect, barLeft, barWidth, barColor, }: SubscriptionRowProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SubscriptionRow.d.ts.map