import { Children } from "../types.js";
import { ModalManagerInterface } from "./types.js";
export interface ModalProviderProps {
    children: Children;
}
export declare function ModalProvider({ children }: ModalProviderProps): import("react/jsx-runtime").JSX.Element;
export declare function useModal(): ModalManagerInterface;
//# sourceMappingURL=provider.d.ts.map