interface SigninScreenProps { isNested?: boolean; allowedPrefix?: string; lightLogo?: string; darkLogo?: string; } export declare function SigninScreen({ allowedPrefix, isNested, lightLogo, darkLogo }: SigninScreenProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=SigninScreen.d.ts.map