import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const VideoCameraSlash: import("svelte").Component; type VideoCameraSlash = ReturnType; export default VideoCameraSlash; //# sourceMappingURL=video-camera-slash.svelte.d.ts.map