declare const Error403Page: () => JSX.Element; declare const Error404Page: ({ homePathname }: { homePathname: string; }) => JSX.Element; declare const Error500Page: () => JSX.Element; declare const ErrorInvalidSSOAuthCodePage: ({ homePathname }: { homePathname: string; }) => JSX.Element; declare const NetworkErrorWrapper: ({ children }: { children: any; }) => any; export { Error403Page, Error404Page, Error500Page, ErrorInvalidSSOAuthCodePage, NetworkErrorWrapper };