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