import { Component } from 'react'; import React from 'react'; declare type Props = { children?: any; prepend?: any; style?: any; className?: string; }; export declare class Portal extends Component { popup: HTMLDivElement | null; constructor(a: any, b: any); componentWillUnmount(): void; render(): React.ReactPortal; } export {}; //# sourceMappingURL=portal.d.ts.map