// @flow import type { Size } from ".."; export type Props = {| ...Size, |}; type TooltipSize = Props => string; declare export default TooltipSize;