/// import { type ElementProps } from '../../../../../types/element/elementProps'; export type AvatarFallbackProps = React.PropsWithChildren>; export declare function AvatarFallback({ children, ...spanProps }: AvatarFallbackProps): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=AvatarFallback.d.ts.map