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