import type { CellInstance } from '../../types/index.js';
export declare const PopIn: {
    (instance: CellInstance): import("react").JSX.Element;
    displayName: string;
};
