// @flow import type { Theme } from "../defaultTheme"; export type UseTheme = () => Theme; declare export default UseTheme;