import { DispatchWithoutAction, ReactElement } from 'react'; export declare function MissingCapabilitiesError({ onRetry, }: { onRetry: DispatchWithoutAction; }): ReactElement;