import * as _zag_js_types from '@zag-js/types'; interface AttrMap { [key: string]: string; } declare const propMap: AttrMap; declare const toStyleString: (style: any) => string; declare const normalizeProps: _zag_js_types.NormalizeProps<_zag_js_types.PropTypes<{ [x: string]: any; }>>; export { type AttrMap, normalizeProps, propMap, toStyleString };