import type { FlattenSimpleInterpolation } from "styled-components";
declare const getDisplay: (inline: boolean, force: boolean) => FlattenSimpleInterpolation;
export default getDisplay;
