export declare type Primitives = keyof JSX.IntrinsicElements;
export declare const primitives: Primitives[];
