import { type IconProps } from "../../../base/index.ts";
declare const VideoCameraSlash: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type VideoCameraSlash = ReturnType<typeof VideoCameraSlash>;
export default VideoCameraSlash;
