/** Shared optional spacer row used by bounded panel layouts. */ import { type ReactElement } from 'react'; /** Codex-style panel rhythm that still participates in the row budget. */ export declare function PanelGap({ visible }: { visible: boolean; }): ReactElement | undefined;