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