import type { Section } from './section'; export declare class AspectSection implements Section { route: { path: string; element: import("react/jsx-runtime").JSX.Element; }; navigationLink: { href: string; children: import("react/jsx-runtime").JSX.Element; displayName: string; hideInMinimalMode: boolean; }; order: number; }