import React from 'react'; export declare function EyeDropperIcon({ size, style, ...others }: React.ComponentPropsWithoutRef<'svg'> & { size: string; }): React.JSX.Element;