// @flow import type { ThemeProps } from "../../defaultTheme"; export type GetFocus = ({ ...ThemeProps, }) => ?string; declare export default GetFocus;