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