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