import type { NavigationMenuIndicatorProps } from "../types.js";
declare const NavigationMenuIndicatorImpl: import("svelte").Component<NavigationMenuIndicatorProps, {}, "ref">;
type NavigationMenuIndicatorImpl = ReturnType<typeof NavigationMenuIndicatorImpl>;
export default NavigationMenuIndicatorImpl;
