// @flow import * as React from 'react'; type Props = { children: React.Node, }; declare export default React.ComponentType;