export type BlockAttributes = { heightLg?: string; heightMd?: string; heightSm?: string; isNegativeLg: boolean; isNegativeMd: boolean; isNegativeSm: boolean; };