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