import { Avatar } from "./components/Avatar.mjs";
import { Icon } from "./components/Mono.mjs";

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