import * as avatar from "@zag-js/avatar"; import { VanillaMachine } from "@zag-js/vanilla"; import { Component } from "../lib"; export declare class Avatar extends Component { initMachine(props: avatar.Props): VanillaMachine; initApi(): avatar.Api; render(): void; } export declare function initAvatar(doc?: HTMLElement | Document, selector?: string): void;