interface DeepSeekIconProps {
    className?: string;
    size?: number;
}
export declare function DeepSeekIcon({ className, size }: DeepSeekIconProps): import("react/jsx-runtime").JSX.Element;
export {};
