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