/**
 * Gemini-style App that uses the visual structure from gemini-cli
 * but connects to automagik's backend (agents, teams, workflows)
 */
interface GeminiAppProps {
    version: string;
}
export declare const GeminiAppWrapper: (props: GeminiAppProps) => import("react/jsx-runtime").JSX.Element;
export {};
