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