unauthorized.d.ts 76 B

12
  1. declare const Unauthorized: () => JSX.Element;
  2. export default Unauthorized;