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