// @flow import type * as React from "react"; export type Props = { +above?: string, +below?: string, +children: React.Node, ... }; declare export var make: React.ComponentType;