import { ComponentPropsWithoutRef } from 'react'; export declare const Depth: ({ blendFunction, opacity, ...props }: { [x: string]: any; blendFunction?: any; opacity?: any; }) => import("react/jsx-runtime").JSX.Element; export interface DepthProps extends ComponentPropsWithoutRef { }