import React from "react"; import type { TurbulenceProps } from "../../../dom/types"; import type { SkiaDefaultProps } from "../../processors/Animations/Animations"; export declare const Turbulence: ({ seed, tileWidth, tileHeight, ...props }: SkiaDefaultProps) => React.JSX.Element;