import { Avatar } from "./components/Avatar.mjs";
import { Icon } from "./components/Color.mjs";
import { Icon as Icon$1 } from "./components/Mono.mjs";

//#region src/icons/NextAuth/index.d.ts
type CompoundedIcon = typeof Icon$1 & {
  Avatar: typeof Avatar;
  Color: typeof Icon;
  colorPrimary: string;
  title: string;
};
declare const Icons: CompoundedIcon;
//#endregion
export { CompoundedIcon, Icons };
//# sourceMappingURL=index.d.mts.map