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