import * as React_2 from 'react'; export declare const Logo: React_2.ForwardRefExoticComponent & React_2.RefAttributes>; export declare type LogoColor = 'default' | 'outline' | 'fill'; export declare interface LogoProps extends React_2.SVGProps { variant: LogoVariant; color?: LogoColor; } export declare type LogoVariant = 'mark' | 'text' | 'full'; export { }