import type { CSSProperties } from 'react';
export declare const LiFiLogo: React.FC<{
    variant?: 'icon' | 'full';
    style?: CSSProperties;
}>;
