// @flow import * as React from "react"; import type { OnClose } from ".."; export type Props = {| +onClick?: OnClose |}; declare export default React.AbstractComponent;