import type { Provider } from "@kenkaiiii/gg-ai"; export interface LoginSelectorOptions { /** Brand name shown next to the logo (default: "GG Coder"). */ brand?: string; /** Version shown after the brand. */ version?: string; /** Logo gradient (12 colors recommended). Defaults to ggcoder blue/purple. */ gradient?: string[]; /** Primary color (brand text + selected provider). */ primary?: string; /** Accent color (subtitle "Login"). */ accent?: string; } export declare function renderLoginSelector(optsOrVersion?: LoginSelectorOptions | string): Promise; //# sourceMappingURL=login.d.ts.map