import type { HTMLAttributes } from '../../../internal/html-attributes.js'; import type { PropsWithElement } from '../../../internal/props-with-element.js'; export interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> { } declare const Fallback: import("svelte").Component; type Fallback = ReturnType; export default Fallback;