import type { BaseProps, ExtendedSizedComponent, StatusComponent } from '../../type/component';
interface Props extends BaseProps, ExtendedSizedComponent, StatusComponent {
    src?: string;
    alt?: string;
    initials?: string;
}
declare const Avatar: import("svelte").Component<Props, {}, "">;
type Avatar = ReturnType<typeof Avatar>;
export default Avatar;
//# sourceMappingURL=Avatar.svelte.d.ts.map