export { default as avatarDark } from './dark';
export { default as avatarLight } from './light';
export type { AvatarTheme, AvatarThemeVars } from './light';
