import { ScalarType } from '../type';
export declare const gutter: (x?: ScalarType | undefined, y?: ScalarType | undefined) => string;
