type $$ComponentProps = { src: IconSource; size?: string; theme?: string; title?: string; [key: string]: any; }; import type { IconSource } from './index.js'; declare const Icon: import("svelte").Component<$$ComponentProps, {}, "">; type Icon = ReturnType; export default Icon;