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