import type { SignInFormProps } from "../model/signin.types.js"; declare function SignInForm(props: SignInFormProps): import("react/jsx-runtime").JSX.Element; export { SignInForm };