import type { InterfaceAvatarProps } from '../../components/composites/Avatar/types'; declare const _default: { baseStyle: (props: InterfaceAvatarProps & { name: string; }) => { bg: string; position: string; justifyContent: string; alignItems: string; borderRadius: string; _text: { fontWeight: number; color: string; }; _image: { borderRadius: string; alt: string; _alt: { fontWeight: number; }; style: { height: string; width: string; }; }; borderColor: string; _dark: { borderColor: string; }; }; sizes: { xs: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; sm: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; md: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; lg: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; xl: { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; '2xl': { width: any; height: any; _text: { fontSize: string; }; _badgeSize: any; }; }; defaultProps: { size: string; }; }; export default _default;