import type { RefObject } from 'react'; import type { NavigationProps } from './types'; type FooterProps = { onToggleExpand: NavigationProps['onToggleExpand']; contentRef: RefObject; }; export declare const Footer: ({ onToggleExpand, contentRef }: FooterProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Footer.d.ts.map