import * as React from 'react'; import * as AvatarPrimitive from '@radix-ui/react-avatar'; declare function AvatarFallback({ className, ...props }: React.ComponentProps): React.JSX.Element; export { AvatarFallback };