// @ts-check export default function getLayoutStyles({ layout = null, isBackgroundImage = false, }) { return isBackgroundImage ? "max-width: 100%; height: 100%;" : "" ; }