import React from 'react'; import { TrackerType } from '../../types'; interface BrandingFooterProps { trackerType: TrackerType; bannerFooter?: string; } export declare const BrandingFooter: React.FC; export {};