/// <reference types="react" />
declare type Props = {
    container?: HTMLElement;
};
export declare const Portal: React.FC<Props>;
export {};
