import type { SVGProps } from "react"; /** * Brand glyphs for the coding agents the `skills` CLI can target. * Paths are taken from each agent's public brand material. Icons either * use their brand fill (Cursor/Claude/Trae/Qoder) or `currentColor` so * they inherit from the parent (the ones without a strict brand color). * * The gradient IDs in CursorIcon are suffixed `-polpo` to reduce the * chance of collision with other SVGs on the same page. */ export declare function CursorIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function ClaudeCodeIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function TraeIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function ClineIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function WindsurfIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function RooIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function QoderIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function CopilotIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function CodexIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function OpenCodeIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=coding-agents.d.ts.map