import type { TranslateFn } from "../../i18n"; import type { ViewState } from "../types"; export declare function WelcomeView({ productImage, setView, t, }: { productImage: string; setView: (v: ViewState) => void; t: TranslateFn; }): import("react/jsx-runtime").JSX.Element;