/** * @file * @license @lucide/svelte v1.47.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import type { IconProps } from './types.js'; declare const Icon: import("svelte").Component; type Icon = ReturnType; export default Icon;