import * as React from "react"; import { ThemeProps } from "../../theme"; import { LoginFormViewProps } from "./LoginFormView"; declare const LoginFormViewImplThemed: React.FC & { theme?: import("@emotion/react").Theme; }>; export { LoginFormViewImplThemed as LoginFormViewImpl };