import { default as default_2 } from 'react'; import * as React_2 from 'react'; export declare const AILogo: React_2.ForwardRefExoticComponent & React_2.RefAttributes>; export declare function AILogoPaths({ variant, gradientId }: AILogoPathsProps): React_2.JSX.Element; declare type AILogoPathsProps = { variant: AILogoVariant; gradientId: string; }; export declare interface AILogoProps extends React_2.SVGProps { variant: AILogoVariant; } export declare type AILogoVariant = 'dark' | 'light' | 'yellowfin' | 'monochrome'; export declare function ChatLogo({ size, className, color }: ChatLogoProps): default_2.JSX.Element; declare interface ChatLogoProps { size?: number | string; className?: string; color?: string; } export declare const Logo: React_2.ForwardRefExoticComponent & React_2.RefAttributes>; export declare type LogoColor = 'default' | 'outline' | 'fill' | 'fill-light'; export declare interface LogoProps extends React_2.SVGProps { variant: LogoVariant; color?: LogoColor; } export declare type LogoVariant = 'mark' | 'text' | 'full'; export { }