// @flow /* DOCUMENTATION: https://orbit.kiwi/components/portal/ */ import * as React from "react"; export type Props = {| +renderInto?: string, +children: React.Node, |}; declare export default React.ComponentType;