import type { Child, Component, Element } from '../types'; export declare const IsSvgSymbol: unique symbol; export declare const createElement:
(component: Component
, _props?: P | null, ..._children: Child[]) => Element; //# sourceMappingURL=create_element.via.d.ts.map