import { ReactNode } from 'react'; interface AgentGUIStartupShellProps { loadingLabel: string; } declare function AgentGUIStartupShell({ loadingLabel }: AgentGUIStartupShellProps): ReactNode; export { AgentGUIStartupShell, type AgentGUIStartupShellProps };