/** * Types */ import type { FC } from 'react'; export declare const FeatureFetchFailureScreen: FC<{ onCancel: () => void; onRetry?: () => void; }>;