// @flow import type { Interpolation } from "styled-components"; import type { Devices } from "../../utils/mediaQuery/consts"; export type GetViewportFlexStyles = (viewport: Devices) => Interpolation; declare export default GetViewportFlexStyles;