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