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