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