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