import { PropsWithChildren } from 'react'; export declare const DTRModalProvider: ({ children }: PropsWithChildren<{}>) => JSX.Element;