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