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