import * as react_jsx_runtime from 'react/jsx-runtime'; declare function IconStub(props: any): react_jsx_runtime.JSX.Element; declare const Claude: { Color: typeof IconStub; Text: typeof IconStub; Combined: typeof IconStub; Mono: typeof IconStub; Avatar: typeof IconStub; }; declare const OpenAI: { Color: typeof IconStub; Text: typeof IconStub; Combined: typeof IconStub; Mono: typeof IconStub; Avatar: typeof IconStub; }; declare const Perplexity: { Color: typeof IconStub; Text: typeof IconStub; Combined: typeof IconStub; Mono: typeof IconStub; Avatar: typeof IconStub; }; declare const Grok: { Color: typeof IconStub; Text: typeof IconStub; Combined: typeof IconStub; Mono: typeof IconStub; Avatar: typeof IconStub; }; declare const Windsurf: { Color: typeof IconStub; Text: typeof IconStub; Combined: typeof IconStub; Mono: typeof IconStub; Avatar: typeof IconStub; }; declare const Cursor: { Color: typeof IconStub; Text: typeof IconStub; Combined: typeof IconStub; Mono: typeof IconStub; Avatar: typeof IconStub; }; declare const lobehub_Claude: typeof Claude; declare const lobehub_Cursor: typeof Cursor; declare const lobehub_Grok: typeof Grok; declare const lobehub_OpenAI: typeof OpenAI; declare const lobehub_Perplexity: typeof Perplexity; declare const lobehub_Windsurf: typeof Windsurf; declare namespace lobehub { export { lobehub_Claude as Claude, lobehub_Cursor as Cursor, lobehub_Grok as Grok, lobehub_OpenAI as OpenAI, lobehub_Perplexity as Perplexity, lobehub_Windsurf as Windsurf, IconStub as default }; } export { Claude as C, Grok as G, IconStub as I, OpenAI as O, Perplexity as P, Windsurf as W, Cursor as a, lobehub as l };