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