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