import { AuthSchema } from '../../types/auth.js'; export declare const SignIn: ({ navigationItems, schema, }: { navigationItems: string[]; schema: AuthSchema; }) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=index.d.ts.map