unauthorized.d.ts 108 Bytes
/// <reference types="react" />
declare const Unauthorized: () => JSX.Element;
export default Unauthorized;