import { GpuShaderDefinition } from '../../gpu/porters'; export interface ComponentProps { /** * Upload an image or provide a URL * * Accepts an image URL as a string. * @default "https://shaders.com/sample.jpg" */ url: string; objectFit: string; } export declare const componentDefinition: GpuShaderDefinition; export default componentDefinition; //# sourceMappingURL=index.d.ts.map