import m from 'mithril';
import { SVGAttributes } from '../../svg';
declare const EyeDropper: m.Component<SVGAttributes>;
export default EyeDropper;
