import * as _zag_js_types from '@zag-js/types';
import { JSX } from 'solid-js';

type PropTypes = JSX.IntrinsicElements & {
    element: JSX.HTMLAttributes<any>;
    style: JSX.CSSProperties;
};
declare const normalizeProps: _zag_js_types.NormalizeProps<PropTypes>;

export { type PropTypes, normalizeProps };
