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