import type { FlattenSimpleInterpolation } from "styled-components";
import type { Devices } from "../../utils/mediaQuery/types";
import type getDisplay from "./getDisplay";
declare const getViewportHideStyles: (on: Devices[], resolveDisplayProp?: typeof getDisplay) => (false | FlattenSimpleInterpolation)[];
export default getViewportHideStyles;
