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