import { Avatar } from '@ark-ui/react/avatar'; import { type ComponentProps } from 'react'; export type RootProps = ComponentProps; export declare const Root: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").AvatarRecipe>; export declare const RootProvider: import("styled-system/jsx").StyleContextProvider>, import("styled-system/recipes").AvatarRecipe>; export declare const Image: import("styled-system/jsx").StyleContextConsumer>>; export { AvatarContext as Context } from '@ark-ui/react/avatar'; export interface FallbackProps extends ComponentProps { /** * The name to derive the initials from. * If not provided, the fallback will display a generic icon. */ name?: string | undefined; } declare const StyledFallback: import("styled-system/jsx").StyleContextConsumer>>; export declare const Fallback: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //# sourceMappingURL=Avatar.d.ts.map