export type { ComponentCtx, ComponentDefn, ComponentJSON, JSPropTypes, StatePropConfig, TypedClass, TypedType } from './componentTypes';
export { literalStrings, TypeSystem } from './componentTypes';
export { Object3DComponent, type TObject3DComponent } from './Object3DComponent';
export { getComponentTypes, setupComponent } from './setupComponent';
export { ReferenceManager } from './ReferenceManager';
export { SampleBodyComponent } from './SampleBodyComponent';
//# sourceMappingURL=../../../src/plugins/extras/components/index.d.ts.map