import type { IconProps } from './icon.context.js'; declare const NavigationIcon: import("svelte").Component; type NavigationIcon = ReturnType; export default NavigationIcon;