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