import * as react from 'react'; declare const baseNavLinks: { title: string; href: string; className: string; image: react.JSX.Element; }[]; declare const baseFooterLinks: { title: string; href: string; className: string; image: react.JSX.Element; }[]; export { baseFooterLinks, baseNavLinks };