/// export interface IconEyedropOutlineProps { size?: string; style?: React.CSSProperties; } export declare const IconEyedropOutline: React.FC;