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