type Props = {
    initial: string[];
    wrap?: boolean;
    crossAxis?: boolean;
};
declare const SpatialMenuNavTest: import("svelte").Component<Props, {
    getHighlighted: () => string | null | undefined;
}, "">;
type SpatialMenuNavTest = ReturnType<typeof SpatialMenuNavTest>;
export default SpatialMenuNavTest;
