import { AvatarImageProps } from '@radix-ui/react-avatar';
export interface AvatarProps extends AvatarImageProps {
fallback?: React.ReactNode;
delayMs?: number;
}
export declare function Avatar(props: AvatarProps): import("react/jsx-runtime").JSX.Element;