interface Props { size?: number; [key: string]: any; } declare const IconTwitch: import("svelte").Component; type IconTwitch = ReturnType; export default IconTwitch;