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