import React, { PropsWithChildren } from "react"; export declare const ScrimProvider: ({ children }: PropsWithChildren) => React.JSX.Element;