serverError.d.ts 106 Bytes
/// <reference types="react" />
declare const ServerError: () => JSX.Element;
export default ServerError;