import { MatterPhysicsPlugin } from './MatterPhysicsPlugin';

export type { MatterPhysicsPluginOptions } from './MatterPhysicsPlugin';

export * from './CompositeEntity';
export * from './Entity';
export * from './interfaces';
export * from './System';
export * from './types';

export type { IMatterPhysicsPlugin } from './MatterPhysicsPlugin';

export default MatterPhysicsPlugin;
