export declare const createElement: (type: React.ElementType, props: unknown, ...restArgs: any[]) => import("react").ReactElement>;