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