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