import React from 'react'; export interface FooterProps { hasSubnets: boolean; hasCalculation: boolean; } export declare const Footer: React.FC;