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