/// <reference types="react" />
export declare const NextModal: import("react").ComponentType<{
    opener?: import("react").ReactElement<{
        onClick: () => void;
    }, string | ((props: any) => import("react").ReactElement<any, string | any | (new (props: any) => import("react").Component<any, any, any>)> | null) | (new (props: any) => import("react").Component<any, any, any>)> | undefined;
    className?: string | undefined;
    onClose?: (() => void) | undefined;
}>;
