// @flow import * as React from "react"; export type Props = {| +children: React.Node, +onClick?: (ev: SyntheticEvent) => void | Promise, |}; declare export default React.ComponentType;