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