import type { FC } from 'react'; export interface TourFooterProps { showProgress?: boolean; } export declare const TourFooter: FC;