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