// @flow import type { Size, HeightProps } from "../index"; import type { Theme } from "../../../defaultTheme"; export type GetSizeToken = (size: Size, theme: Theme) => HeightProps; declare export default GetSizeToken;