/// type Props = { onRetry: () => void; }; export declare const ErrorMessage: ({ onRetry }: Props) => JSX.Element; export {};