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