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