import { AvatarProps } from './types'; import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const Avatar: { (props: AvatarProps): import("react/jsx-runtime").JSX.Element; styleRegistryName: string; elements: string[]; rootElement: string; Illustration: (props: import("./types").AvatarIllustrationProps) => import("react/jsx-runtime").JSX.Element; Text: (props: import("./types").AvatarTextProps) => import("react/jsx-runtime").JSX.Element | null; Badge: (props: import("./types").AvatarBadgeProps) => import("react/jsx-runtime").JSX.Element | null; OverlayIcon: (props: import("./types").AvatarOverlayIconProps) => import("react/jsx-runtime").JSX.Element | null; withVariantTypes(styles: S): ((props: StyledComponentProps) => IJSX) & Pick; defaultProps: Partial; }; //# sourceMappingURL=index.d.ts.map