interface GoogleIconProps { className?: string; 'data-cy'?: string; } /** * Google icon component using CSS variables for theme compliance * Replaces hardcoded colors with theme-aware variables */ export declare function GoogleIcon({ className, 'data-cy': dataCy }: GoogleIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=google-icon.d.ts.map