import React, { PropsWithChildren } from 'react'; interface Props { } export declare function ModalProvider({ children }: PropsWithChildren): React.JSX.Element; export {}; //# sourceMappingURL=ModalProvider.d.ts.map