import { ComponentClass, FunctionComponent, PropsWithChildren, ReactNode } from "react";
export declare function createVariantElement(type: FunctionComponent<PropsWithChildren<any>> | ComponentClass<PropsWithChildren<any>>, node?: ReactNode | ReactNode[]): JSX.Element;