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