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