import type { Gap } from "../types"; export declare function adjustGap(style: object | null, gap: Gap | undefined): object | null;