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