// @flow import type { Interpolation } from "styled-components"; import type { Position } from "../index"; import type { ThemeProps } from "../../../defaultTheme"; export type Props = {| ...Position, ...ThemeProps, |}; type TooltipArrowStyle = Props => Interpolation[]; declare export default TooltipArrowStyle;