import React from 'react';
/**
 * This component is responsible for rendering all views
 * that are currently active in the app.
 * The views that are specified in the routes are rendered
 */
declare const Views: React.FC;
export default Views;
