import React from 'react'; import type { SignInFormProps } from '../../../../types/auth'; /*** * Sign-in form pattern with identifier and password fields. * */ export declare const SignInForm: (props: SignInFormProps) => React.ReactElement | null; //# sourceMappingURL=SignInForm.d.ts.map