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