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