export declare const PopIn: {
    (instance: any): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
