export { BasicMaterial } from './BasicMaterial'; export type { BasicMaterialProps } from './BasicMaterial'; export { LambertMaterial } from './LambertMaterial'; export type { LambertMaterialProps } from './LambertMaterial'; export { PhongMaterial } from './PhongMaterial'; export type { PhongMaterialProps } from './PhongMaterial'; export { StandardMaterial } from './StandardMaterial'; export type { StandardMaterialProps } from './StandardMaterial'; export { PhysicalMaterial } from './PhysicalMaterial'; export type { PhysicalMaterialProps } from './PhysicalMaterial'; export { TransmissionMaterial } from './TransmissionMaterial'; export type { TransmissionMaterialProps } from './TransmissionMaterial'; export { PhysicalMaterial as Material } from './PhysicalMaterial';