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