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