'use client';
import { M as MillionProps, V as VNode } from '../shared/million.50256fe7.cjs';
import 'react';

declare const h: (type: string, props?: MillionProps | null, ...children: VNode[]) => VNode;

export { h as createElement, h, h as jsx, h as jsxs };
