import { FlowState } from '../reducer.js'; type InstallationScreenProps = { state: FlowState; accountName: string; }; export declare function InstallationScreen({ state, accountName, }: InstallationScreenProps): import("react/jsx-runtime").JSX.Element; export {};