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