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