import type { SubscriptionEntry } from "./types.js"; export interface SubscriptionDetailPanelProps { entry: SubscriptionEntry; onNavigate: (id: string) => void; onClose: () => void; } export declare function SubscriptionDetailPanel({ entry, onNavigate, onClose, }: SubscriptionDetailPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SubscriptionDetailPanel.d.ts.map