declare const getDisplay: (inline: boolean) => "inline-flex" | "flex" | false;
export default getDisplay;
