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