import { ReactNode } from '../../../node_modules/react'; export interface SecondaryNavigationFooterProps { footer?: ReactNode; } declare const SecondaryNavigationFooter: ({ footer }: SecondaryNavigationFooterProps) => import("react/jsx-runtime").JSX.Element | null; export default SecondaryNavigationFooter;