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