import { type Component as ComponentSVType } from 'svelte';
import type { IconProps } from '../types/index.js';
declare const Icon: ComponentSVType<IconProps, {}, "">;
type Icon = ReturnType<typeof Icon>;
export default Icon;
