import type { InternalAtoms } from "../+types.js";
import type { Grid, GridApi } from "../../+types.js";
export declare const makePopoverFrameOpen: (grid: Grid<any> & {
    internal: InternalAtoms;
}) => GridApi<any>["popoverFrameOpen"];
export declare const makePopoverFrameClose: (grid: Grid<any> & {
    internal: InternalAtoms;
}) => GridApi<any>["popoverFrameClose"];
