///
import { TransProp } from '../Host/index';
import customProps from '../Host/custom';
import egretProps from '../Host/egret';
export declare function Primitive any, T = any>(props: ({
object: T;
} | {
constructor: K;
}) & TransProp & TransProp & {
[Key in keyof (Partial & Partial>) as Key extends `$${string}` ? null : Key]: (Partial & Partial>)[Key];
}): JSX.Element;