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