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