declare const getDisplay: () => ({ $block }: {
    $block?: boolean | undefined;
}) => "block" | "inline-block";
export default getDisplay;
