interface StatusIndicatorProps { status: 'success' | 'pending' | 'error' | 'missing'; label: string; href?: string; } export declare function StatusIndicator({ status, label, href }: StatusIndicatorProps): import("react").JSX.Element; export {}; //# sourceMappingURL=status-indicator.d.ts.map