import * as _zag_js_anatomy from '@zag-js/anatomy';

declare const anatomy: _zag_js_anatomy.AnatomyInstance<"root" | "image" | "fallback">;
declare const parts: Record<"root" | "image" | "fallback", _zag_js_anatomy.AnatomyPart>;

export { anatomy, parts };
