export declare const Dithering: ({ blendFunction, opacity, ...props }: { [x: string]: any; blendFunction?: any; opacity?: any; }) => import("react/jsx-runtime").JSX.Element;