import type { ClassNameFormatter } from '@bem-react/classname';
import type { StackProps } from '../types';
export declare const generateGapCn: (cn: ClassNameFormatter, gap: StackProps["gap"]) => string;
