export declare const DEFAULT_PROJECT_NAME = "my-project"; export type GetStartedFlowProps = { derivedAccountId: number; initialName?: string; initialDest?: string; }; export declare function getGetStartedFlow(props: GetStartedFlowProps): React.ReactNode; export declare function GetStartedFlow({ derivedAccountId, initialName, initialDest, }: GetStartedFlowProps): import("react/jsx-runtime").JSX.Element;