import type { RebaseAuthViewConfig } from "@rebasepro/cms-types"; /** * Declarative component to configure authentication in Rebase. * Renders nothing — purely registers config into the RebaseRegistry. * * This is a framework-level component that lives in core since * authentication is cross-cutting (admin, Studio, any app area). * @group Core */ export declare function RebaseAuth({ loginView }: RebaseAuthViewConfig): null;