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