import './Stack.css';
import type { StackBaseProps } from './types';
export declare const cnStack: import("@bem-react/classname").ClassNameFormatter;
export declare const Stack: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<StackBaseProps, "div", "as">;