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