import React from 'react';
declare type Props = {
    children: Element;
};
export declare const Portal: React.FC<Props>;
export {};
