// @flow import type { Globals } from "../common/common.js.flow"; export type Props = {| +children?: React$Node, +external?: boolean, +href?: string, +icon?: React$Node, +onClick?: (e: SyntheticEvent) => void | Promise, +title?: string, ...Globals, |}; declare export default React$ComponentType;