import * as React from "react";
import { AppRefsInterface } from "..";
interface Props {
    place: keyof AppRefsInterface;
}
export declare const AppPortal: React.NamedExoticComponent<React.PropsWithChildren<Props>>;
export {};
