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