export declare function CollectionDataErrorBanner({ error, onRetry }: {
    error?: Error;
    onRetry?: () => void;
}): import("react/jsx-runtime").JSX.Element | null;
