import type { NeuformBatchEffectProps } from "../neuform-isolated/NeuformBatchEffects"; import type { ThreeUILaserVariant } from "./LaserVariants"; export type LaserVariant = "matrix-field" | ThreeUILaserVariant; export type LaserCollectionProps = Omit & { variant?: LaserVariant; }; export declare function LaserCollection({ variant, ...props }: LaserCollectionProps): import("react").JSX.Element; //# sourceMappingURL=LaserCollection.d.ts.map