import type { JSX } from "preact"; export declare const Login: ({ onSuccess, }: { onSuccess: () => void; }) => JSX.Element;