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