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