import React from 'react'; import { type HydraAdminProps } from '../../hydra'; /** * # Protected `` * The `` component protected by the `authProvider` which is a basic authentication provider. * * Login with: john/123 */ declare const Admin: ({ entrypoint }: JwtAuthProps) => React.JSX.Element; export default Admin; export interface JwtAuthProps extends Pick { } //# sourceMappingURL=Admin.d.ts.map