import type React from 'react'; import { IAppFooterProps } from '../interfaces/IAppFooterProps'; /** * Footer component with primary action and upgrade link */ export declare const AppFooter: React.FC;