/// <reference types="react" />
export interface IconEyedropSharpProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconEyedropSharp: React.FC<IconEyedropSharpProps>;
