import '@react-three/fiber';
export declare type Primitives = keyof JSX.IntrinsicElements;
export declare const primitives: (keyof JSX.IntrinsicElements)[];
