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