import { JSX } from 'react';
export declare const ModalProvider: ({ children }: {
    children: JSX.Element | JSX.Element[];
}) => JSX.Element;
