import type { FakeGlowMaterialProps } from './types.js';
declare const FakeGlowMaterial: import("svelte").Component<FakeGlowMaterialProps, {}, "ref">;
type FakeGlowMaterial = ReturnType<typeof FakeGlowMaterial>;
export default FakeGlowMaterial;
