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